Searched refs:GatheringPolicyType (Results 1 – 8 of 8) sorted by relevance
28 |新增|NA|类名:dlpPermission;<br>方法or属性:function getDLPGatheringPolicy(): Promise\<GatheringPolicyType>;…29 …<br>方法or属性:function getDLPGatheringPolicy(callback: AsyncCallback\<GatheringPolicyType>): void;|@o…64 |新增|NA|类名:GatheringPolicyType;<br>方法or属性:GATHERING = 1|@ohos.dlpPermission.d.ts|65 |新增|NA|类名:GatheringPolicyType;<br>方法or属性:NON_GATHERING = 2|@ohos.dlpPermission.d.ts|
44 enum GatheringPolicyType : uint32_t { enum
28 …thod or attribute name: function getDLPGatheringPolicy(): Promise\<GatheringPolicyType>;|@ohos.dlp…29 …bute name: function getDLPGatheringPolicy(callback: AsyncCallback\<GatheringPolicyType>): void;|@o…64 |Added|NA|Class name: GatheringPolicyType;<br>Method or attribute name: GATHERING = 1|@ohos.dlpPerm…65 |Added|NA|Class name: GatheringPolicyType;<br>Method or attribute name: NON_GATHERING = 2|@ohos.dlp…
18 getDLPGatheringPolicy(): Promise<GatheringPolicyType>32 | Promise<[GatheringPolicyType](#gatheringpolicytype)> | Promise对象。返回当前DLP沙箱聚合策略。 |52 …let res: Promise<dlpPermission.GatheringPolicyType> = dlpPermission.getDLPGatheringPolicy(); // 获取…61 getDLPGatheringPolicy(callback: AsyncCallback<GatheringPolicyType>): void75 | callback | AsyncCallback<[GatheringPolicyType](#gatheringpolicytype)> | 是 | 回调函数。err为undefi…1878 ## GatheringPolicyType section
18 getDLPGatheringPolicy(): Promise<GatheringPolicyType>32 | Promise<[GatheringPolicyType](#gatheringpolicytype)> | Promise used to return the DLP sandb…52 …let res: Promise<dlpPermission.GatheringPolicyType> = dlpPermission.getDLPGatheringPolicy(); // Ob…61 getDLPGatheringPolicy(callback: AsyncCallback<GatheringPolicyType>): void75 | callback | AsyncCallback<[GatheringPolicyType](#gatheringpolicytype)> | Yes | Callback invo…1878 ## GatheringPolicyType section
29 |新增|NA|类名:dlpPermission;<br>方法or属性:function getDLPGatheringPolicy(): Promise\<GatheringPolicyType>;…30 …<br>方法or属性:function getDLPGatheringPolicy(callback: AsyncCallback\<GatheringPolicyType>): void;|@o…65 |新增|NA|类名:GatheringPolicyType;<br>方法or属性:GATHERING = 1|@ohos.dlpPermission.d.ts|66 |新增|NA|类名:GatheringPolicyType;<br>方法or属性:NON_GATHERING = 2|@ohos.dlpPermission.d.ts|
29 …thod or attribute name: function getDLPGatheringPolicy(): Promise\<GatheringPolicyType>;|@ohos.dlp…30 …bute name: function getDLPGatheringPolicy(callback: AsyncCallback\<GatheringPolicyType>): void;|@o…65 |Added|NA|Class name: GatheringPolicyType;<br>Method or attribute name: GATHERING = 1|@ohos.dlpPerm…66 |Added|NA|Class name: GatheringPolicyType;<br>Method or attribute name: NON_GATHERING = 2|@ohos.dlp…
1395 GatheringPolicyType policy = asyncContext->isGathering ? GATHERING : NON_GATHERING; in GetDlpGatheringPolicyComplete()