Searched refs:GetValue (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_config.cpp | 159 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 D | power_config.cpp | 116 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 D | power_config.h | 46 Json::Value GetValue(const Json::Value& config, std::string key) const;
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_attribute.h | 37 inline Attribute GetValue() const
in GetValue() function in OHOS::HDI::ASTAttr
|
H A D | ast_method.h | 35 attr_->SetValue(attr->GetValue()); in SetAttribute()
|
/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | battery_config.h | 77 Json::Value GetValue(const Json::Value& config, std::string key) const;
|
Completed in 3 milliseconds