Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h55 bool ParseLevelThreshold(const xmlNodePtr& subNode, LevelItem& levelItem,
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp402 if (!ParseLevelThreshold(subNode, levelItem, sensors, sensorIdx)) { in ParseSensorLevelInfo()
426 bool ThermalSrvConfigParser::ParseLevelThreshold(const xmlNodePtr& subNode, LevelItem& levelItem, in ParseLevelThreshold() function in OHOS::PowerMgr::ThermalSrvConfigParser