Lines Matching refs:GetValue
159 ParseLightConfig(GetValue(config, "light"));
160 ParseChargerConfig(GetValue(config, "charger"));
166 ParseChargeSceneConfig(GetValue(config, "charge_scene"));
167 ParseUeventConfig(GetValue(config, "uevent"));
177 Json::Value currentPath = GetValue(chargerConfig, "current_limit.path");
182 Json::Value voltagePath = GetValue(chargerConfig, "voltage_limit.path");
187 Json::Value chargeTypePath = GetValue(chargerConfig, "type.path");
210 Json::Value soc = GetValue(valueObj, "soc");
211 Json::Value rgb = GetValue(valueObj, "rgb");
275 Json::Value supportPath = GetValue(valueObj, "support.path");
276 Json::Value setPath = GetValue(valueObj, "set.path");
277 Json::Value getPath = GetValue(valueObj, "get.path");
288 Json::Value supportPath = GetValue(valueObj, "support.path");
289 Json::Value type = GetValue(valueObj, "support.type");
290 Json::Value expectValue = GetValue(valueObj, "support.expect_value");
305 Json::Value setPath = GetValue(valueObj, "set.path");
318 Json::Value getPath = GetValue(valueObj, "get.path");
378 Json::Value BatteryConfig::GetValue(const Json::Value& config, std::string key) const