Home
last modified time | relevance | path

Searched refs:ParseSensorInfo (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h48 bool ParseSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc);
/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h60 void ParseSensorInfo(const std::string& name, const xmlNode* cur, std::shared_ptr<ThermalConfigSensorCluster>& sc);
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp175 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 Dthermal_srv_config_parser.cpp213 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