Searched defs:jsonConfig (Results 1 – 3 of 3) sorted by relevance
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
368 void SandboxUtils::DoSandboxChmod(nlohmann::json jsonConfig, std::string &sandboxRoot) in DoSandboxChmod()1237 for (auto& jsonConfig : SandboxUtils::GetJsonConfig(type)) { in SetCommonAppSandboxProperty() local