Searched refs:ParseSensorInfo (Results 1 - 4 of 4) sorted by relevance
/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_srv_config_parser.h | 48 bool ParseSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc);
|
/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_config_file_parser.h | 60 void ParseSensorInfo(const std::string& name, const xmlNode* cur, std::shared_ptr<ThermalConfigSensorCluster>& sc);
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_file_parser.cpp | 175 ParseSensorInfo(name, curNode, sc); in ParseLevelNode() 354 void ThermalConfigFileParser::ParseSensorInfo(const std::string& name, const xmlNode* cur, in ParseSensorInfo() function in OHOS::PowerMgr::ThermalConfigFileParser
|
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 213 if (!ParseLevelState(cur, sc) || !ParseAuxSensorInfo(cur, sc) || !ParseSensorInfo(cur, sc)) { in ParseLevelNode() 361 bool ThermalSrvConfigParser::ParseSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseSensorInfo() function in OHOS::PowerMgr::ThermalSrvConfigParser
|
Completed in 3 milliseconds