Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h47 bool ParseAuxSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h58 void ParseAuxSensorInfo(
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp172 ParseAuxSensorInfo(name, curNode, sc); in ParseLevelNode()
328 void ThermalConfigFileParser::ParseAuxSensorInfo( in ParseAuxSensorInfo() function in OHOS::PowerMgr::ThermalConfigFileParser
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp213 … if (!ParseLevelState(cur, sc) || !ParseAuxSensorInfo(cur, sc) || !ParseSensorInfo(cur, sc)) { in ParseLevelNode()
261 bool ThermalSrvConfigParser::ParseAuxSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseAuxSensorInfo() function in OHOS::PowerMgr::ThermalSrvConfigParser