Searched refs:DescJudgment (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_sensor_cluster_test.cpp | 224 cluster.DescJudgment(levItems, curTemp, level); 235 cluster.DescJudgment(levItems, curTemp, level); 257 cluster.DescJudgment(levItems, curTemp, level); 281 cluster.DescJudgment(levItems, curTemp, level);
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/ |
H A D | protector_thermal_zone_info.cpp | 27 DescJudgment(curTemp, level); in UpdateThermalLevel() 56 void ProtectorThermalZoneInfo::DescJudgment(int32_t curTemp, uint32_t &level) in DescJudgment() function in OHOS::PowerMgr::ProtectorThermalZoneInfo
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/ |
H A D | protector_thermal_zone_info.h | 53 void DescJudgment(int32_t curTemp, uint32_t &level);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_config_sensor_cluster.cpp | 116 DescJudgment(sensorInfo->second, iter->second, level); in CalculateSensorLevel() 242 void ThermalConfigSensorCluster::DescJudgment(std::vector<LevelItem>& levItems, int32_t curTemp, ui… in DescJudgment() function in OHOS::PowerMgr::ThermalConfigSensorCluster
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_config_sensor_cluster.h | 72 void DescJudgment(std::vector<LevelItem>& levItems, int32_t curTemp, uint32_t& level);
|