Home
last modified time | relevance | path

Searched refs:tempChargeSceneConfig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp255 BatteryConfig::ChargeSceneConfig tempChargeSceneConfig; in ParseChargeSceneConfig() local
256 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()