Searched refs:auxSensorList (Results 1 - 2 of 2) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_file_parser.cpp | 335 std::vector<std::string> auxSensorList; in ParseAuxSensorInfo() local 339 StringOperation::SplitString(auxSensor, auxSensorList, ","); in ParseAuxSensorInfo() 340 for (uint32_t i = 0; i < auxSensorList.size(); i++) { in ParseAuxSensorInfo() 341 std::string sensorType = auxSensorList[i]; in ParseAuxSensorInfo() 342 if (auxSensorList[i].empty()) { in ParseAuxSensorInfo() 346 auxSensorLevelInfo.emplace(sensorType, ParseAuxSensorSubnodeInfo(cur, auxSensorList, i)); in ParseAuxSensorInfo() 375 std::vector<std::string>& auxSensorList, const uint32_t i) in ParseAuxSensorSubnodeInfo() 381 if (ParseAuxSensorSubnodeInfoTrigerRange(subNode, auxSensorList, tempRanges, i) == false) { in ParseAuxSensorSubnodeInfo() 406 std::vector<std::string>& auxSensorList, std::string& tempRanges, const uint32_t i) in ParseAuxSensorSubnodeInfoTrigerRange() 414 if (auxSensorList in ParseAuxSensorSubnodeInfoTrigerRange() 374 ParseAuxSensorSubnodeInfo(const xmlNode* cur, std::vector<std::string>& auxSensorList, const uint32_t i) ParseAuxSensorSubnodeInfo() argument 405 ParseAuxSensorSubnodeInfoTrigerRange(const xmlNode* subNode, std::vector<std::string>& auxSensorList, std::string& tempRanges, const uint32_t i) ParseAuxSensorSubnodeInfoTrigerRange() argument [all...] |
/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_config_file_parser.h | 62 std::vector<std::string>& auxSensorList, const uint32_t i); 63 bool ParseAuxSensorSubnodeInfoTrigerRange(const xmlNode* subNode, std::vector<std::string>& auxSensorList,
|
Completed in 2 milliseconds