Home
last modified time | relevance | path

Searched refs:thresholdClrs (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp435 std::vector<std::string> thresholdClrs; in ParseSensorSubnodeInfo() local
443 StringOperation::SplitString(reinterpret_cast<char*>(xmlThresholdClr), thresholdClrs, ","); in ParseSensorSubnodeInfo() local
446 if (sensors.size() > thresholds.size() || sensors.size() > thresholdClrs.size()) { in ParseSensorSubnodeInfo()
457 StrToInt(thresholdClrs.at(i), levelItem.thresholdClr); in ParseSensorSubnodeInfo()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp430 std::vector<std::string> thresholdClrs; in ParseLevelThreshold() local
441 StringOperation::SplitString(reinterpret_cast<char*>(xmlThresholdClr), thresholdClrs, ","); in ParseLevelThreshold() local
447 if (sensors.size() != thresholds.size() || sensors.size() != thresholdClrs.size()) { in ParseLevelThreshold()
450 sensors.size(), thresholds.size(), thresholdClrs.size()); in ParseLevelThreshold()
463 StrToInt(thresholdClrs.at(sensorIdx), levelItem.thresholdClr); in ParseLevelThreshold()

Completed in 3 milliseconds