Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp189 BatteryConfig::CommonEventConf tempCommonEventConf; in ParseCommonEventConf() local
200 tempCommonEventConf.sceneConfigEqual = true; in ParseCommonEventConf()
201 tempCommonEventConf.sceneConfigValue = sceneConfigEqual.asString(); in ParseCommonEventConf()
203 tempCommonEventConf.sceneConfigEqual = false; in ParseCommonEventConf()
204 tempCommonEventConf.sceneConfigValue = sceneConfigNotEqual.asString(); in ParseCommonEventConf()
209 tempCommonEventConf.eventName = eventName.asString(); in ParseCommonEventConf()
210 tempCommonEventConf.sceneConfigName = sceneConfigName.asString(); in ParseCommonEventConf()
211 tempCommonEventConf.uevent = uevent.asString(); in ParseCommonEventConf()
212 commonEventConf_.push_back(tempCommonEventConf); in ParseCommonEventConf()

Completed in 1 milliseconds