Home
last modified time | relevance | path

Searched refs:GatheringPolicyType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-security.md28 |新增|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|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/include/
H A Dpermission_policy.h44 enum GatheringPolicyType : uint32_t { enum
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-security.md28 …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…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-data-protection-kit/
H A Djs-apis-dlppermission-sys.md18 getDLPGatheringPolicy(): Promise&lt;GatheringPolicyType&gt;
32 | Promise&lt;[GatheringPolicyType](#gatheringpolicytype)&gt; | Promise对象。返回当前DLP沙箱聚合策略。 |
52 …let res: Promise<dlpPermission.GatheringPolicyType> = dlpPermission.getDLPGatheringPolicy(); // 获取…
61 getDLPGatheringPolicy(callback: AsyncCallback&lt;GatheringPolicyType&gt;): void
75 | callback | AsyncCallback&lt;[GatheringPolicyType](#gatheringpolicytype)&gt; | 是 | 回调函数。err为undefi…
1878 ## GatheringPolicyType section
/ohos5.0/docs/en/application-dev/reference/apis-data-protection-kit/
H A Djs-apis-dlppermission-sys.md18 getDLPGatheringPolicy(): Promise&lt;GatheringPolicyType&gt;
32 | Promise&lt;[GatheringPolicyType](#gatheringpolicytype)&gt; | Promise used to return the DLP sandb…
52 …let res: Promise<dlpPermission.GatheringPolicyType> = dlpPermission.getDLPGatheringPolicy(); // Ob…
61 getDLPGatheringPolicy(callback: AsyncCallback&lt;GatheringPolicyType&gt;): void
75 | callback | AsyncCallback&lt;[GatheringPolicyType](#gatheringpolicytype)&gt; | Yes | Callback invo…
1878 ## GatheringPolicyType section
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-security.md29 |新增|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|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-security.md29 …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…
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp1395 GatheringPolicyType policy = asyncContext->isGathering ? GATHERING : NON_GATHERING; in GetDlpGatheringPolicyComplete()