Searched refs:tempChargeSceneConfig (Results 1 – 1 of 1) sorted by relevance
255 BatteryConfig::ChargeSceneConfig tempChargeSceneConfig; in ParseChargeSceneConfig() local256 bool parseSupportPathResult = ParseChargeSceneSupport(valueObj, tempChargeSceneConfig); in ParseChargeSceneConfig()257 bool parseSetPathResult = ParseChargeSceneSet(valueObj, tempChargeSceneConfig); in ParseChargeSceneConfig()258 bool parseGetPathResult = ParseChargeSceneGet(valueObj, tempChargeSceneConfig); in ParseChargeSceneConfig()260 chargeSceneConfigMap_.insert(std::make_pair(key, tempChargeSceneConfig)); in ParseChargeSceneConfig()