Home
last modified time | relevance | path

Searched defs:jsonConfig (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.cpp35 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
/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.cpp107 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()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h69 cJSON* jsonConfig = cJSON_GetArrayItem(configs, i); in UsbDevice() local
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp330 void SandboxUtils::DoSandboxChmod(nlohmann::json jsonConfig, std::string &sandboxRoot) in DoSandboxChmod()
1197 for (auto& jsonConfig : SandboxUtils::GetJsonConfig(type)) { in SetCommonAppSandboxProperty() local