Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp188 for (const auto& commonEventConf : commonEventConfs) { in ParseCommonEventConf()
190 Json::Value eventName = commonEventConf["event_name"]; in ParseCommonEventConf()
191 Json::Value sceneConfigName = commonEventConf["scene_config"]["name"]; in ParseCommonEventConf()
192 Json::Value sceneConfigEqual = commonEventConf["scene_config"]["equal"]; in ParseCommonEventConf()
193 Json::Value sceneConfigNotEqual = commonEventConf["scene_config"]["not_equal"]; in ParseCommonEventConf()
194 Json::Value uevent = commonEventConf["uevent"]; in ParseCommonEventConf()
H A Dbattery_service.cpp256 const auto& commonEventConf = BatteryConfig::GetInstance().GetCommonEventConf(); in FillCommonEvent() local
257 if (commonEventConf.empty()) { in FillCommonEvent()
261 for (const auto& iter : commonEventConf) { in FillCommonEvent()

Completed in 2 milliseconds