Home
last modified time | relevance | path

Searched refs:SandBoxExternalAuthorType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Ddlp_utils.h60 Security::DlpPermission::SandBoxExternalAuthorType authResult; in DlpAccessOtherAppsCheck()
66 if (authResult != Security::DlpPermission::SandBoxExternalAuthorType::ALLOW_START_ABILITY) { in DlpAccessOtherAppsCheck()
98 Security::DlpPermission::SandBoxExternalAuthorType authResult; in SandboxAuthCheck()
104 if (authResult != Security::DlpPermission::SandBoxExternalAuthorType::ALLOW_START_ABILITY) { in SandboxAuthCheck()
/ohos5.0/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/getsandboxexternalauthorization_fuzzer/
H A Dgetsandboxexternalauthorization_fuzzer.cpp38SandBoxExternalAuthorType authType = *(reinterpret_cast<const SandBoxExternalAuthorType *>(data + … in FuzzTest()
/ohos5.0/base/security/dlp_permission_service/frameworks/common/include/
H A Dpermission_policy.h99 typedef enum SandBoxExternalAuthorType { enum
102 } SandBoxExternalAuthorType; typedef
/ohos5.0/base/security/dlp_permission_service/frameworks/dlp_permission/include/
H A Di_dlp_permission_service.h50 SandBoxExternalAuthorType& authType) = 0;
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/include/
H A Ddlp_permission_proxy.h41 SandBoxExternalAuthorType& authType) override;
H A Ddlp_permission_client.h49 SandBoxExternalAuthorType& authType);
H A Ddlp_permission_kit.h75 SandBoxExternalAuthorType& authType);
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.h63 int sandboxUid, const AAFwk::Want& want, SandBoxExternalAuthorType& authType) override;
H A Ddlp_permission_stub.cpp269 SandBoxExternalAuthorType authType; in GetSandboxExternalAuthorizationInner()
H A Ddlp_permission_service.cpp382 int sandboxUid, const AAFwk::Want& want, SandBoxExternalAuthorType& authType) in GetSandboxExternalAuthorization()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/
H A Ddlp_permission_kit.cpp130 const AAFwk::Want& want, SandBoxExternalAuthorType& authType) in GetSandboxExternalAuthorization()
H A Ddlp_permission_proxy.cpp233 const AAFwk::Want& want, SandBoxExternalAuthorType& authType) in GetSandboxExternalAuthorization()
273 authType = static_cast<SandBoxExternalAuthorType>(res); in GetSandboxExternalAuthorization()
H A Ddlp_permission_client.cpp180 int sandboxUid, const AAFwk::Want& want, SandBoxExternalAuthorType& auth) in GetSandboxExternalAuthorization()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_permission_service_test.cpp1086 SandBoxExternalAuthorType authType;
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp596 SandBoxExternalAuthorType authType;