Searched refs:GetJsonConfig (Results 1 – 4 of 4) sorted by relevance
52 bool GetJsonConfig(Json::Value &configData);
114 bool EglSystemLayersManager::GetJsonConfig(Json::Value &configData) in GetJsonConfig() function in OHOS::EglSystemLayersManager214 if (!GetJsonConfig(configData)) { in GetSystemLayers()
195 std::vector<nlohmann::json> &SandboxUtils::GetJsonConfig(SandboxConfigType type) in GetJsonConfig() function in OHOS::AppSpawn::SandboxUtils955 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()
39 static std::vector<nlohmann::json> &GetJsonConfig(SandboxConfigType type);