Searched refs:auxsensors (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 265 std::vector<std::string> auxsensors; in ParseAuxSensorInfo() local 269 StringOperation::SplitString(auxsensor, auxsensors, ","); in ParseAuxSensorInfo() 270 for (uint32_t i = 0; i < auxsensors.size(); i++) { in ParseAuxSensorInfo() 272 std::string sensorType = auxsensors[i]; in ParseAuxSensorInfo() 278 if (!ParseAuxSensorLevInfo(cur, auxsensors, i, auxLevelItems)) { in ParseAuxSensorInfo() 295 …std::vector<std::string>& auxsensors, const uint32_t sensorIdx, std::vector<AuxLevelItem>& auxLeve… in ParseAuxSensorLevInfo() argument 303 if (!ParseAuxSensorTriggerRange(subNode, auxsensors, tempRangeStr, sensorIdx)) { in ParseAuxSensorLevInfo() 334 std::vector<std::string>& auxsensors, std::string& tempRangeStr, const uint32_t sensorIdx) in ParseAuxSensorTriggerRange() argument 342 if (auxsensors.size() > auxTempranges.size()) { in ParseAuxSensorTriggerRange() 344 auxsensors.size(), auxTempranges.size()); in ParseAuxSensorTriggerRange()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_srv_config_parser.h | 49 bool ParseAuxSensorLevInfo(const xmlNodePtr& cur, std::vector<std::string>& auxsensors, 51 bool ParseAuxSensorTriggerRange(const xmlNodePtr& subNode, std::vector<std::string>& auxsensors,
|