Home
last modified time | relevance | path

Searched refs:GetSandboxFlag (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_kits_test.cpp155 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
157 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
183 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
206 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
223 ASSERT_TRUE(DlpFileKits::GetSandboxFlag(want));
249 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
276 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
298 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
325 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
351 ASSERT_FALSE(DlpFileKits::GetSandboxFlag(want));
[all …]
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file_kits.h43 static bool GetSandboxFlag(AAFwk::Want &want);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_kits.cpp150 bool DlpFileKits::GetSandboxFlag(Want& want) in GetSandboxFlag() function in OHOS::Security::DlpPermission::DlpFileKits
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfa_ability_thread.cpp863 bool sandboxFlag = Security::DlpPermission::DlpFileKits::GetSandboxFlag(newWant); in CreateAbilityName()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1515 bool sandboxFlag = Security::DlpPermission::DlpFileKits::GetSandboxFlag(want); in HandleDlpApp()