Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp192 Json::Value sceneConfigEqual = commonEventConf["scene_config"]["equal"]; in ParseCommonEventConf() local
199 if (!sceneConfigEqual.isNull() && sceneConfigEqual.isString()) { in ParseCommonEventConf()
200 tempCommonEventConf.sceneConfigEqual = true; in ParseCommonEventConf()
201 tempCommonEventConf.sceneConfigValue = sceneConfigEqual.asString(); in ParseCommonEventConf()
203 tempCommonEventConf.sceneConfigEqual = false; in ParseCommonEventConf()
H A Dbattery_service.cpp269 bool isEqual = iter.sceneConfigEqual; in FillCommonEvent()
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h41 bool sceneConfigEqual; member

Completed in 3 milliseconds