Home
last modified time | relevance | path

Searched refs:DescJudgment (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp224 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 Dprotector_thermal_zone_info.cpp27 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 Dprotector_thermal_zone_info.h53 void DescJudgment(int32_t curTemp, uint32_t &level);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp116 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 Dthermal_config_sensor_cluster.h72 void DescJudgment(std::vector<LevelItem>& levItems, int32_t curTemp, uint32_t& level);