Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp433 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 Dthermal_srv_config_parser.cpp430 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()