Searched refs:thresholdClrs (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_file_parser.cpp | 433 std::vector<std::string> thresholdClrs; in ParseSensorSubnodeInfo() local 441 … StringOperation::SplitString(reinterpret_cast<char*>(xmlThresholdClr), thresholdClrs, ","); in ParseSensorSubnodeInfo() 444 if (sensors.size() > thresholds.size() || sensors.size() > thresholdClrs.size()) { in ParseSensorSubnodeInfo() 455 StrToInt(thresholdClrs.at(i), levelItem.thresholdClr); in ParseSensorSubnodeInfo()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 430 std::vector<std::string> thresholdClrs; in ParseLevelThreshold() local 441 StringOperation::SplitString(reinterpret_cast<char*>(xmlThresholdClr), thresholdClrs, ","); in ParseLevelThreshold() 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()
|