Home
last modified time | relevance | path

Searched refs:auxSensorList (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp320 std::vector<std::string> auxSensorList; in ParseAuxSensorInfo() local
324 StringOperation::SplitString(auxSensor, auxSensorList, ","); in ParseAuxSensorInfo()
325 for (uint32_t i = 0; i < auxSensorList.size(); i++) { in ParseAuxSensorInfo()
326 std::string sensorType = auxSensorList[i]; in ParseAuxSensorInfo()
327 if (auxSensorList[i].empty()) { in ParseAuxSensorInfo()
331 … auxSensorLevelInfo.emplace(sensorType, ParseAuxSensorSubnodeInfo(cur, auxSensorList, i)); in ParseAuxSensorInfo()
359 std::vector<std::string>& auxSensorList, const uint32_t i) in ParseAuxSensorSubnodeInfo() argument
365 if (ParseAuxSensorSubnodeInfoTrigerRange(subNode, auxSensorList, tempRanges, i) == false) { in ParseAuxSensorSubnodeInfo()
390 std::vector<std::string>& auxSensorList, std::string& tempRanges, const uint32_t i) in ParseAuxSensorSubnodeInfoTrigerRange() argument
398 if (auxSensorList.size() > auxTempranges.size()) { in ParseAuxSensorSubnodeInfoTrigerRange()
/base/powermgr/thermal_manager/test/unittest/include/
Dthermal_config_file_parser.h60 std::vector<std::string>& auxSensorList, const uint32_t i);
61 …rseAuxSensorSubnodeInfoTrigerRange(const xmlNode* subNode, std::vector<std::string>& auxSensorList,