Searched defs:jsonConfig (Results 1 – 4 of 4) sorted by relevance
35 bool ResourceConfiguration::ParseJsonColorMode(const std::unique_ptr<JsonValue>& jsonConfig, uint32… in ParseJsonColorMode()59 bool ResourceConfiguration::ParseJsonFontRatio(const std::unique_ptr<JsonValue>& jsonConfig, uint32… in ParseJsonFontRatio()79 std::unique_ptr<JsonValue> jsonConfig = JsonUtil::ParseJsonString(jsonStr); in UpdateFromJsonString() local
107 void SettingHelper::SetSettingJsonStringValue(const std::string& key, const std::string& jsonConfig) in SetSettingJsonStringValue()362 void SettingHelper::SetSettingAcSuspendSources(const std::string& jsonConfig) in SetSettingAcSuspendSources()382 void SettingHelper::SetSettingDcSuspendSources(const std::string& jsonConfig) in SetSettingDcSuspendSources()402 void SettingHelper::SetSettingSuspendSources(const std::string& jsonConfig) in SetSettingSuspendSources()423 void SettingHelper::SetSettingWakeupSources(const std::string& jsonConfig) in SetSettingWakeupSources()507 void SettingHelper::SavePowerModeRecoverMap(const std::string& jsonConfig) in SavePowerModeRecoverMap()
69 cJSON* jsonConfig = cJSON_GetArrayItem(configs, i); in UsbDevice() local
330 void SandboxUtils::DoSandboxChmod(nlohmann::json jsonConfig, std::string &sandboxRoot) in DoSandboxChmod()1197 for (auto& jsonConfig : SandboxUtils::GetJsonConfig(type)) { in SetCommonAppSandboxProperty() local