Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp159 ParseLightConfig(GetValue(config, "light")); in ParseConfInner()
160 ParseChargerConfig(GetValue(config, "charger")); in ParseConfInner()
166 ParseChargeSceneConfig(GetValue(config, "charge_scene")); in ParseConfSplit()
167 ParseUeventConfig(GetValue(config, "uevent")); in ParseConfSplit()
177 Json::Value currentPath = GetValue(chargerConfig, "current_limit.path"); in ParseChargerConfig()
182 Json::Value voltagePath = GetValue(chargerConfig, "voltage_limit.path"); in ParseChargerConfig()
187 Json::Value chargeTypePath = GetValue(chargerConfig, "type.path"); in ParseChargerConfig()
210 Json::Value soc = GetValue(valueObj, "soc"); in ParseLightConfig()
211 Json::Value rgb = GetValue(valueObj, "rgb"); in ParseLightConfig()
275 Json::Value supportPath = GetValue(valueOb in IsValidChargeSceneConfig()
378 Json::Value BatteryConfig::GetValue(const Json::Value& config, std::string key) const GetValue() function in OHOS::HDI::Battery::V2_0::BatteryConfig
[all...]
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_config.cpp116 ParseSceneConfig(GetValue(config, "scene")); in ParseConfInner()
125 Json::Value PowerConfig::GetValue(const Json::Value& config, std::string key) const in GetValue() function in OHOS::HDI::Power::V1_2::PowerConfig
168 Json::Value getPath = GetValue(valueObj, "get.path"); in ParseSceneConfig()
169 Json::Value setPath = GetValue(valueObj, "set.path"); in ParseSceneConfig()
H A Dpower_config.h46 Json::Value GetValue(const Json::Value& config, std::string key) const;
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_attribute.h37 inline Attribute GetValue() const in GetValue() function in OHOS::HDI::ASTAttr
H A Dast_method.h35 attr_->SetValue(attr->GetValue()); in SetAttribute()
/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h77 Json::Value GetValue(const Json::Value& config, std::string key) const;

Completed in 3 milliseconds