Searched refs:isSandbox (Results 1 – 4 of 4) sorted by relevance
72 bool SystemResourceManager::CreateSystemResourceManager(bool isSandbox) in CreateSystemResourceManager() argument88 if (!LoadSystemResource(impl, isSandbox)) { in CreateSystemResourceManager()97 bool SystemResourceManager::LoadSystemResource(ResourceManagerImpl *impl, bool isSandbox) in LoadSystemResource() argument101 if (!isSandbox) { in LoadSystemResource()
62 static bool LoadSystemResource(ResourceManagerImpl *impl, bool isSandbox = true);64 static bool CreateSystemResourceManager(bool isSandbox = true);
331 bool isSandbox = false; in GetSandboxExternalAuthorization() local333 appStateObserver_->IsInDlpSandbox(isSandbox, sandboxUid); in GetSandboxExternalAuthorization()334 if (isSandbox && !CheckAllowAbilityList(want)) { in GetSandboxExternalAuthorization()
746 int isSandbox = (int)cJSON_GetNumberValue(item); in GetServiceSandbox() local747 if (isSandbox == 0) { in GetServiceSandbox()