Home
last modified time | relevance | path

Searched refs:GetJsonConfig (Results 1 - 2 of 2) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp195 std::vector<nlohmann::json> &SandboxUtils::GetJsonConfig(SandboxConfigType type) in GetJsonConfig() function in OHOS::AppSpawn::SandboxUtils
942 for (auto& config : SandboxUtils::GetJsonConfig(SANBOX_APP_JSON_CONFIG)) { in GetMountPermissionNames()
1092 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in SetRenderSandboxPropertyNweb()
1115 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in SetPrivateAppSandboxProperty()
1128 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in GetSandboxPrivateSharedStatus()
1149 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in SetPermissionAppSandboxProperty()
1184 for (auto& jsonConfig : SandboxUtils::GetJsonConfig(type)) { in SetCommonAppSandboxProperty()
1353 for (auto& config : SandboxUtils::GetJsonConfig(SANBOX_APP_JSON_CONFIG)) { in GetSandboxNsFlags()
1397 for (auto& wholeConfig : SandboxUtils::GetJsonConfig(type)) { in CheckTotalSandboxSwitchStatus()
1417 for (auto& wholeConfig : SandboxUtils::GetJsonConfig(typ in CheckAppSandboxSwitchStatus()
[all...]
H A Dsandbox_utils.h39 static std::vector<nlohmann::json> &GetJsonConfig(SandboxConfigType type);

Completed in 4 milliseconds