MobileCoreServices--LSApplicationWorkspace.h

简介: @interface LSApplicationWorkspace : NSObject {   }      + (id)defaultWorkspace;      - (id)URLOverrideForURL:(id)arg1;      - (void)_LSClearSchemaCaches;      - (bool
  1. @interface LSApplicationWorkspace : NSObject {  
  2. }  
  3.   
  4. + (id)defaultWorkspace;  
  5.   
  6. - (id)URLOverrideForURL:(id)arg1;  
  7.   
  8. - (void)_LSClearSchemaCaches;  
  9.   
  10. - (bool)_LSPrivateRebuildApplicationDatabasesForSystemApps:(bool)arg1  
  11.                                                   internal:(bool)arg2  
  12.                                                       user:(bool)arg3;  
  13. - (void)_clearCachedAdvertisingIdentifier;  
  14.   
  15. - (void)addObserver:(id)arg1;  
  16.   
  17. - (id)allApplications;  
  18.   
  19. - (id)allInstalledApplications;  
  20.   
  21. - (id)applicationForOpeningResource:(id)arg1;  
  22.   
  23. - (id)applicationForUserActivityDomainName:(id)arg1;  
  24.   
  25. - (id)applicationForUserActivityType:(id)arg1;  
  26.   
  27. - (bool)applicationIsInstalled:(id)arg1;  
  28.   
  29. - (id)applicationsAvailableForHandlingURLScheme:(id)arg1;  
  30.   
  31. - (id)applicationsAvailableForOpeningDocument:(id)arg1;  
  32.   
  33. - (id)applicationsOfType:(unsigned long long)arg1;  
  34.   
  35. - (id)applicationsWithAudioComponents;  
  36.   
  37. - (id)applicationsWithExternalAccessoryProtocols;  
  38.   
  39. - (id)applicationsWithSettingsBundle;  
  40.   
  41. - (id)applicationsWithUIBackgroundModes;  
  42.   
  43. - (id)applicationsWithVPNPlugins;  
  44.   
  45. - (void)clearAdvertisingIdentifier;  
  46.   
  47. - (void)clearCreatedProgressForBundleID:(id)arg1;  
  48.   
  49. - (id)delegateProxy;  
  50.   
  51. - (id)deviceIdentifierForAdvertising;  
  52.   
  53. - (id)deviceIdentifierForVendor;  
  54.   
  55. - (id)directionsApplications;  
  56.   
  57. - (bool)establishConnection;  
  58.   
  59. - (bool)getClaimedActivityTypes:(id*)arg1 domains:(id*)arg2;  
  60.   
  61. - (void)getKnowledgeUUID:(id*)arg1 andSequenceNumber:(id*)arg2;  
  62.   
  63. - (bool)installApplication:(id)arg1  
  64.                withOptions:(id)arg2  
  65.                      error:(id*)arg3  
  66.                 usingBlock:(id)arg4;  
  67.   
  68. - (bool)installApplication:(id)arg1 withOptions:(id)arg2 error:(id*)arg3;  
  69.   
  70. - (bool)installApplication:(id)arg1 withOptions:(id)arg2;  
  71.   
  72. - (bool)installPhaseFinishedForProgress:(id)arg1;  
  73.   
  74. - (id)installProgressForApplication:(id)arg1 withPhase:(unsigned long long)arg2;  
  75.   
  76. - (id)installProgressForBundleID:(id)arg1 makeSynchronous:(unsigned char)arg2;  
  77.   
  78. - (id)installedPlugins;  
  79.   
  80. - (id)installedVPNPlugins;  
  81.   
  82. - (bool)invalidateIconCache:(id)arg1;  
  83.   
  84. - (bool)openApplicationWithBundleID:(id)arg1;  
  85.   
  86. - (bool)openSensitiveURL:(id)arg1 withOptions:(id)arg2;  
  87.   
  88. - (bool)openURL:(id)arg1 withOptions:(id)arg2;  
  89.   
  90. - (bool)openURL:(id)arg1;  
  91.   
  92. - (id)operationToOpenResource:(id)arg1  
  93.              usingApplication:(id)arg2  
  94.      uniqueDocumentIdentifier:(id)arg3  
  95.               sourceIsManaged:(bool)arg4  
  96.                      userInfo:(id)arg5  
  97.                      delegate:(id)arg6;  
  98.   
  99. - (id)operationToOpenResource:(id)arg1  
  100.              usingApplication:(id)arg2  
  101.      uniqueDocumentIdentifier:(id)arg3  
  102.                      userInfo:(id)arg4  
  103.                      delegate:(id)arg5;  
  104.   
  105. - (id)operationToOpenResource:(id)arg1  
  106.              usingApplication:(id)arg2  
  107.      uniqueDocumentIdentifier:(id)arg3  
  108.                      userInfo:(id)arg4;  
  109.   
  110. - (id)operationToOpenResource:(id)arg1 usingApplication:(id)arg2 userInfo:(id)arg3;  
  111.   
  112. - (id)placeholderApplications;  
  113.   
  114. - (id)pluginsWithIdentifiers:(id)arg1 protocols:(id)arg2 version:(id)arg3;  
  115.   
  116. - (id)privateURLSchemes;  
  117.   
  118. - (id)publicURLSchemes;  
  119.   
  120. - (bool)registerApplication:(id)arg1;  
  121.   
  122. - (bool)registerApplicationDictionary:(id)arg1  
  123.              withObserverNotification:(unsigned long long)arg2;  
  124.   
  125. - (bool)registerApplicationDictionary:(id)arg1;  
  126.   
  127. - (bool)registerPlugin:(id)arg1;  
  128.   
  129. - (id)remoteObserver;  
  130.   
  131. - (void)removeInstallProgressForBundleID:(id)arg1;  
  132.   
  133. - (void)removeObserver:(id)arg1;  
  134.   
  135. - (bool)uninstallApplication:(id)arg1 withOptions:(id)arg2 usingBlock:(id)arg3;  
  136.   
  137. - (bool)uninstallApplication:(id)arg1 withOptions:(id)arg2;  
  138.   
  139. - (bool)unregisterApplication:(id)arg1;  
  140.   
  141. - (bool)unregisterPlugin:(id)arg1;  
  142.   
  143. - (id)unrestrictedApplications;  
  144.   
  145. - (bool)updateSINFWithData:(id)arg1  
  146.             forApplication:(id)arg2  
  147.                    options:(id)arg3  
  148.                      error:(id*)arg4;  
  149.   
  150. @end 
目录
相关文章
|
10月前
|
算法 编译器 C语言
C++ | 你真的了解namespace吗?
C++ | 你真的了解namespace吗?
49 0
|
10月前
|
存储 Kubernetes Docker
volume 、namespace
volume 、namespace
|
11月前
|
前端开发 容器
什么是space-around
什么是space-around
175 0
|
Kubernetes 容器
k8s的Namespace详解
k8s的Namespace详解
158 0
|
数据可视化 Java
CiteSpace的安装
CiteSpace的安装
253 0
|
图形学
Unity 报错之 The type or namespace name 'UI' does not exist in the namespace 'UnityEngine'
关于Unity2017 升级到 Unity2019 两个问题。 The type or namespace name 'UI' does not exist in the namespace 'UnityEngine'
3095 0
Unity 报错之 The type or namespace name 'UI' does not exist in the namespace 'UnityEngine'
|
程序员 C++
C++ namespace详细介绍
编写程序过程中,名称(name)可以是符号常量、变量、函数、结构、枚举、类和对象等等。工程越大,名称互相冲突性的可能性越大。另外使用多个厂商的类库时,也可能导致名称冲突。为了避免,在大规模程序的设计中,以及在程序员使用各种各样的 C++ 库时,这些标识符的命名发生冲突,标准 C++ 引入关键字 namespace(命名空间/名字空间/名称空间),可以更好地控制标识符的作用域。
1404 0
C++ namespace详细介绍
|
SQL 关系型数据库 索引
[20171115]关于namespace.txt
[20171115]关于namespace.txt --//第一次听到这个概念,好像是那篇blog提到,表与索引在不同的namespace里面.也就是在相同schema下建立的表可以与索引同名.
1167 0