Home
last modified time | relevance | path

Searched refs:plaintextFd (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-security.md34 |新增|NA|类名:dlpPermission;<br>方法or属性:function generateDLPFile(plaintextFd: number, ciphertextFd: numb…
35 |新增|NA|类名:dlpPermission;<br>方法or属性:function generateDLPFile(<br> plaintextFd: number,<br> cip…
90 |新增|NA|类名:DLPFile;<br>方法or属性:recoverDLPFile(plaintextFd: number): Promise\<void>;|@ohos.dlpPermissi…
91 |新增|NA|类名:DLPFile;<br>方法or属性:recoverDLPFile(plaintextFd: number, callback: AsyncCallback\<void>): v…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-security.md34 …: dlpPermission;<br>Method or attribute name: function generateDLPFile(plaintextFd: number, cipher…
35 …mission;<br>Method or attribute name: function generateDLPFile(<br> plaintextFd: number,<br> …
90 |Added|NA|Class name: DLPFile;<br>Method or attribute name: recoverDLPFile(plaintextFd: number): Pr…
91 |Added|NA|Class name: DLPFile;<br>Method or attribute name: recoverDLPFile(plaintextFd: number, cal…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-data-protection-kit/
H A Djs-apis-dlppermission-sys.md1181 recoverDLPFile(plaintextFd: number): Promise&lt;void&gt;
1195 | plaintextFd | number | 是 | 目标明文文件的fd。 |
1264 recoverDLPFile(plaintextFd: number, callback: AsyncCallback&lt;void&gt;): void
1278 | plaintextFd | number | 是 | 目标明文文件的fd。 |
1496 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty): Promise&lt;DLPFi…
1510 | plaintextFd | number | 是 | 待加密明文文件的fd。 |
1570 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty, callback: AsyncCa…
1584 | plaintextFd | number | 是 | 待加密明文文件的fd。 |
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h154 int64_t plaintextFd = -1; member
177 int64_t plaintextFd = -1; member
/ohos5.0/docs/en/application-dev/reference/apis-data-protection-kit/
H A Djs-apis-dlppermission-sys.md1181 recoverDLPFile(plaintextFd: number): Promise&lt;void&gt;
1195 | plaintextFd | number | Yes | FD of the target plaintext file. |
1264 recoverDLPFile(plaintextFd: number, callback: AsyncCallback&lt;void&gt;): void
1278 | plaintextFd | number | Yes | FD of the target plaintext file. |
1496 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty): Promise&lt;DLPFi…
1510 | plaintextFd | number | Yes | FD of the plaintext file to be encrypted. |
1570 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty, callback: AsyncCa…
1584 | plaintextFd | number | Yes | FD of the plaintext file to be encrypted. |
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp624 if (!GetInt64Value(env, argv[PARAM0], asyncContext.plaintextFd)) { in GetGenerateDlpFileParams()
651 asyncContext.plaintextFd, asyncContext.property.ownerAccount.c_str(), in GetGenerateDlpFileParams()
814 if (!GetInt64Value(env, argv[PARAM0], asyncContext.plaintextFd)) { in GetRecoverDlpFileParams()
827 DLP_LOG_DEBUG(LABEL, "plaintextFd: %{private}" PRId64, asyncContext.plaintextFd); in GetRecoverDlpFileParams()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-security.md35 |新增|NA|类名:dlpPermission;<br>方法or属性:function generateDLPFile(plaintextFd: number, ciphertextFd: numb…
36 |新增|NA|类名:dlpPermission;<br>方法or属性:function generateDLPFile(<br> plaintextFd: number,<br> cip…
91 |新增|NA|类名:DLPFile;<br>方法or属性:recoverDLPFile(plaintextFd: number): Promise\<void>;|@ohos.dlpPermissi…
92 |新增|NA|类名:DLPFile;<br>方法or属性:recoverDLPFile(plaintextFd: number, callback: AsyncCallback\<void>): v…
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp143 asyncContext->plaintextFd, asyncContext->ciphertextFd, asyncContext->property, in GenerateDlpFileExcute()
728 …pFileManager::GetInstance().RecoverDlpFile(asyncContext->dlpFileNative, asyncContext->plaintextFd); in RecoverDlpFileExcute()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-security.md35 …: dlpPermission;<br>Method or attribute name: function generateDLPFile(plaintextFd: number, cipher…
36 …mission;<br>Method or attribute name: function generateDLPFile(<br> plaintextFd: number,<br> …
91 |Added|NA|Class name: DLPFile;<br>Method or attribute name: recoverDLPFile(plaintextFd: number): Pr…
92 |Added|NA|Class name: DLPFile;<br>Method or attribute name: recoverDLPFile(plaintextFd: number, cal…