Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_system_layers_manager.h52 bool GetJsonConfig(Json::Value &configData);
H A Degl_system_layers_manager.cpp114 bool EglSystemLayersManager::GetJsonConfig(Json::Value &configData) in GetJsonConfig() function in OHOS::EglSystemLayersManager
214 if (!GetJsonConfig(configData)) { in GetSystemLayers()
/ohos5.0/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
955 for (auto& config : SandboxUtils::GetJsonConfig(SANBOX_APP_JSON_CONFIG)) { in GetMountPermissionNames()
1105 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in SetRenderSandboxPropertyNweb()
1128 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in SetPrivateAppSandboxProperty()
1141 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in GetSandboxPrivateSharedStatus()
1162 for (auto& config : SandboxUtils::GetJsonConfig(type)) { in SetPermissionAppSandboxProperty()
1197 for (auto& jsonConfig : SandboxUtils::GetJsonConfig(type)) { in SetCommonAppSandboxProperty()
1366 for (auto& config : SandboxUtils::GetJsonConfig(SANBOX_APP_JSON_CONFIG)) { in GetSandboxNsFlags()
1410 for (auto& wholeConfig : SandboxUtils::GetJsonConfig(type)) { in CheckTotalSandboxSwitchStatus()
1434 for (auto& wholeConfig : SandboxUtils::GetJsonConfig(type)) { in CheckAppSandboxSwitchStatus()
H A Dsandbox_utils.h39 static std::vector<nlohmann::json> &GetJsonConfig(SandboxConfigType type);