Searched refs:levelItem (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_file_parser.cpp | 431 LevelItem levelItem; in ParseSensorSubnodeInfo() local 450 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), levelItem.level); in ParseSensorSubnodeInfo() 454 StrToInt(thresholds.at(i), levelItem.threshold); in ParseSensorSubnodeInfo() 455 StrToInt(thresholdClrs.at(i), levelItem.thresholdClr); in ParseSensorSubnodeInfo() 464 StringOperation::StrToDouble(rates.at(i), levelItem.tempRiseRate); in ParseSensorSubnodeInfo() 466 vItem.push_back(levelItem); in ParseSensorSubnodeInfo()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 401 LevelItem levelItem; in ParseSensorLevelInfo() local 402 if (!ParseLevelThreshold(subNode, levelItem, sensors, sensorIdx)) { in ParseSensorLevelInfo() 418 StringOperation::StrToDouble(rates.at(sensorIdx), levelItem.tempRiseRate); in ParseSensorLevelInfo() 420 levelItems.push_back(levelItem); in ParseSensorLevelInfo() 426 bool ThermalSrvConfigParser::ParseLevelThreshold(const xmlNodePtr& subNode, LevelItem& levelItem, in ParseLevelThreshold() argument 455 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), levelItem.level); in ParseLevelThreshold() 462 StrToInt(thresholds.at(sensorIdx), levelItem.threshold); in ParseLevelThreshold() 463 StrToInt(thresholdClrs.at(sensorIdx), levelItem.thresholdClr); in ParseLevelThreshold()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_srv_config_parser.h | 55 bool ParseLevelThreshold(const xmlNodePtr& subNode, LevelItem& levelItem,
|