Searched refs:ParseAuxSensorInfo (Results 1 – 4 of 4) sorted by relevance
47 bool ParseAuxSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc);
58 void ParseAuxSensorInfo(
172 ParseAuxSensorInfo(name, curNode, sc); in ParseLevelNode()328 void ThermalConfigFileParser::ParseAuxSensorInfo( in ParseAuxSensorInfo() function in OHOS::PowerMgr::ThermalConfigFileParser
213 … 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