Searched refs:ciphertextFd (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 D | js-apidiff-security.md | 34 |新增|NA|类名:dlpPermission;<br>方法or属性:function generateDLPFile(plaintextFd: number, ciphertextFd: numb… 35 …r>方法or属性:function generateDLPFile(<br> plaintextFd: number,<br> ciphertextFd: number,<br> … 36 |新增|NA|类名:dlpPermission;<br>方法or属性:function openDLPFile(ciphertextFd: number): Promise\<DLPFile>;|@… 37 |新增|NA|类名:dlpPermission;<br>方法or属性:function openDLPFile(ciphertextFd: number, callback: AsyncCallba…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-security.md | 34 …thod or attribute name: function generateDLPFile(plaintextFd: number, ciphertextFd: number, proper… 35 …te name: function generateDLPFile(<br> plaintextFd: number,<br> ciphertextFd: number,<br> … 36 |Added|NA|Class name: dlpPermission;<br>Method or attribute name: function openDLPFile(ciphertextFd… 37 |Added|NA|Class name: dlpPermission;<br>Method or attribute name: function openDLPFile(ciphertextFd…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-data-protection-kit/ |
H A D | js-apis-dlppermission-sys.md | 1496 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty): Promise<DLPFi… 1511 | ciphertextFd | number | 是 | 目标加密文件的fd。 | 1570 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty, callback: AsyncCa… 1585 | ciphertextFd | number | 是 | 目标加密文件的fd。 | 1642 openDLPFile(ciphertextFd: number, appId: string): Promise<DLPFile> 1656 | ciphertextFd | number | 是 | 加密文件的fd。 | 1725 openDLPFile(ciphertextFd: number, appId: string, callback: AsyncCallback<DLPFile>): void 1739 | ciphertextFd | number | 是 | 加密文件的fd。 |
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/ |
H A D | napi_common.h | 155 int64_t ciphertextFd = -1; member 162 int64_t ciphertextFd = -1; member
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
H A D | napi_common.cpp | 629 if (!GetInt64Value(env, argv[PARAM1], asyncContext.ciphertextFd)) { in GetGenerateDlpFileParams() 668 if (!GetInt64Value(env, argv[PARAM0], asyncContext.ciphertextFd)) { in GetOpenDlpFileParams() 687 DLP_LOG_DEBUG(LABEL, "Fd: %{private}" PRId64, asyncContext.ciphertextFd); in GetOpenDlpFileParams() 701 if (!GetInt64Value(env, argv[PARAM0], asyncContext.ciphertextFd)) { in GetIsDlpFileParams() 707 if (asyncContext.ciphertextFd < 0) { in GetIsDlpFileParams() 719 DLP_LOG_DEBUG(LABEL, "Fd: %{private}" PRId64, asyncContext.ciphertextFd); in GetIsDlpFileParams()
|
/ohos5.0/docs/en/application-dev/reference/apis-data-protection-kit/ |
H A D | js-apis-dlppermission-sys.md | 1496 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty): Promise<DLPFi… 1511 | ciphertextFd | number | Yes | FD of the encrypted file. | 1570 generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty, callback: AsyncCa… 1585 | ciphertextFd | number | Yes | FD of the encrypted file. | 1642 openDLPFile(ciphertextFd: number, appId: string): Promise<DLPFile> 1656 | ciphertextFd | number | Yes | FD of the encrypted file. | 1725 openDLPFile(ciphertextFd: number, appId: string, callback: AsyncCallback<DLPFile>): void 1739 | ciphertextFd | number | Yes | FD of the encrypted file. |
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/ |
H A D | napi_dlp_permission.cpp | 143 asyncContext->plaintextFd, asyncContext->ciphertextFd, asyncContext->property, in GenerateDlpFileExcute() 238 …DlpFileManager::GetInstance().OpenDlpFile(asyncContext->ciphertextFd, asyncContext->dlpFileNative,… in OpenDlpFileExcute() 343 asyncContext->isDlpFile = DlpFileKits::IsDlpFile(asyncContext->ciphertextFd); in IsDlpFileExcute()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-security.md | 35 |新增|NA|类名:dlpPermission;<br>方法or属性:function generateDLPFile(plaintextFd: number, ciphertextFd: numb… 36 …r>方法or属性:function generateDLPFile(<br> plaintextFd: number,<br> ciphertextFd: number,<br> … 37 |新增|NA|类名:dlpPermission;<br>方法or属性:function openDLPFile(ciphertextFd: number): Promise\<DLPFile>;|@… 38 |新增|NA|类名:dlpPermission;<br>方法or属性:function openDLPFile(ciphertextFd: number, callback: AsyncCallba…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-security.md | 35 …thod or attribute name: function generateDLPFile(plaintextFd: number, ciphertextFd: number, proper… 36 …te name: function generateDLPFile(<br> plaintextFd: number,<br> ciphertextFd: number,<br> … 37 |Added|NA|Class name: dlpPermission;<br>Method or attribute name: function openDLPFile(ciphertextFd… 38 |Added|NA|Class name: dlpPermission;<br>Method or attribute name: function openDLPFile(ciphertextFd…
|