Searched refs:ownerAccount (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_file_manager_test.cpp | 439 property.ownerAccount = "owner"; 468 property.ownerAccount = ""; 491 property.ownerAccount = "owner"; 521 property.ownerAccount = "owner"; 543 property.ownerAccount = "owner"; 571 property.ownerAccount = ""; 591 property.ownerAccount = "owner"; 611 property.ownerAccount = "owner";
|
H A D | dlp_file_kits_test.cpp | 94 prop.ownerAccount = "ohosAnonymousName"; in CreateDlpFileFd()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
H A D | dlp_file_test.cpp | 111 encProp.ownerAccount = DEFAULT_CURRENT_ACCOUNT; in GenerateRandProperty() 198 ASSERT_EQ(policy.ownerAccount_, prop.ownerAccount); 259 ASSERT_EQ(policy.ownerAccount_, prop.ownerAccount);
|
H A D | dlp_fuse_test.cpp | 161 encProp.ownerAccount = DEFAULT_CURRENT_ACCOUNT; in GenerateRandProperty()
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/include/ |
H A D | permission_policy.h | 88 std::string ownerAccount; member
|
/ohos5.0/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/dlpfile_fuzzer/ |
H A D | dlpfile_fuzzer.cpp | 88 encProp.ownerAccount = account; in GenerateRandProperty()
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | permission_policy.cpp | 141 ownerAccount_ = property.ownerAccount; in PermissionPolicy()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
H A D | napi_common.cpp | 651 asyncContext.plaintextFd, asyncContext.property.ownerAccount.c_str(), in GetGenerateDlpFileParams() 1185 if (!GetStringValueByKey(env, jsObject, "ownerAccount", property.ownerAccount)) { in GetDlpProperty() 1303 …NAPI_CALL(env, napi_create_string_utf8(env, property.ownerAccount.c_str(), NAPI_AUTO_LENGTH, &owne… in DlpPropertyToJs()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-security.md | 72 |新增|NA|类名:DLPProperty;<br>方法or属性:ownerAccount: string;|@ohos.dlpPermission.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-data-protection-kit/ |
H A D | js-apis-dlppermission-sys.md | 1550 ownerAccount: 'zhangsan', 1619 ownerAccount: 'zhangsan', 1869 | ownerAccount | string | 否 | 是 | 表示权限设置者账号。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-security.md | 72 |Added|NA|Class name: DLPProperty;<br>Method or attribute name: ownerAccount: string;|@ohos.dlpPerm…
|
/ohos5.0/docs/en/application-dev/reference/apis-data-protection-kit/ |
H A D | js-apis-dlppermission-sys.md | 1550 ownerAccount: 'zhangsan', 1619 ownerAccount: 'zhangsan', 1869 | ownerAccount | string | No | Yes | Account of the owner who can set the permission. |
|
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/ |
H A D | napi_dlp_permission.cpp | 249 .ownerAccount = policy.ownerAccount_, in GetDlpProperty()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-security.md | 73 |新增|NA|类名:DLPProperty;<br>方法or属性:ownerAccount: string;|@ohos.dlpPermission.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-security.md | 73 |Added|NA|Class name: DLPProperty;<br>Method or attribute name: ownerAccount: string;|@ohos.dlpPerm…
|