Home
last modified time | relevance | path

Searched refs:isSandbox (Results 1 – 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dsystem_resource_manager.cpp72 bool SystemResourceManager::CreateSystemResourceManager(bool isSandbox) in CreateSystemResourceManager() argument
88 if (!LoadSystemResource(impl, isSandbox)) { in CreateSystemResourceManager()
97 bool SystemResourceManager::LoadSystemResource(ResourceManagerImpl *impl, bool isSandbox) in LoadSystemResource() argument
101 if (!isSandbox) { in LoadSystemResource()
/base/global/resource_management/frameworks/resmgr/include/
Dsystem_resource_manager.h62 static bool LoadSystemResource(ResourceManagerImpl *impl, bool isSandbox = true);
64 static bool CreateSystemResourceManager(bool isSandbox = true);
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
Ddlp_permission_service.cpp331 bool isSandbox = false; in GetSandboxExternalAuthorization() local
333 appStateObserver_->IsInDlpSandbox(isSandbox, sandboxUid); in GetSandboxExternalAuthorization()
334 if (isSandbox && !CheckAllowAbilityList(want)) { in GetSandboxExternalAuthorization()
/base/startup/init/services/init/
Dinit_service_manager.c746 int isSandbox = (int)cJSON_GetNumberValue(item); in GetServiceSandbox() local
747 if (isSandbox == 0) { in GetServiceSandbox()