Searched defs:curTemp (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/ |
H A D | protector_thermal_zone_info.cpp | 22 void ProtectorThermalZoneInfo::UpdateThermalLevel(int32_t curTemp) in UpdateThermalLevel() 34 void ProtectorThermalZoneInfo::AscJudgment(int32_t curTemp, uint32_t &level) in AscJudgment() 56 void ProtectorThermalZoneInfo::DescJudgment(int32_t curTemp, uint32_t &level) in DescJudgment() 79 void ProtectorThermalZoneInfo::HandleAscNextUpTemp(uint32_t &level, int32_t curTemp) in HandleAscNextUpTemp() 91 void ProtectorThermalZoneInfo::HandleAscCurDownTemp(uint32_t &level, int32_t curTemp) in HandleAscCurDownTemp() 103 void ProtectorThermalZoneInfo::HandleAscMaxSizeTemp(uint32_t &level, int32_t curTemp) in HandleAscMaxSizeTemp() 118 void ProtectorThermalZoneInfo::HandleAscMinSizeTemp(uint32_t &level, int32_t curTemp) in HandleAscMinSizeTemp() 135 void ProtectorThermalZoneInfo::HandleDescNextUpTemp(uint32_t &level, int32_t curTemp) in HandleDescNextUpTemp() 147 void ProtectorThermalZoneInfo::HandleDescCurDownTemp(uint32_t &level, int32_t curTemp) in HandleDescCurDownTemp() 159 void ProtectorThermalZoneInfo::HandleDescMaxSizeTemp(uint32_t &level, int32_t curTemp) in HandleDescMaxSizeTemp() [all …]
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_config_sensor_cluster.cpp | 128 uint32_t end, int32_t curTemp) in AscendLevelToThreshold() 139 uint32_t& level, int32_t curTemp) in DescendLevelToThresholdClr() 150 uint32_t& level, int32_t curTemp) in DescendLevelToThreshold() 162 uint32_t& level, uint32_t end, int32_t curTemp) in AscendLevelToThresholdClr() 174 uint32_t& level, uint32_t end, int32_t curTemp) in LevelUpwardsSearch() 185 uint32_t& level, int32_t curTemp) in LevelDownwardsSearch() 196 uint32_t& level, int32_t curTemp) in LevelDownwardsSearchWithThreshold() 208 uint32_t& level, uint32_t end, int32_t curTemp) in LevelUpwardsSearchWithThreshold() 219 void ThermalConfigSensorCluster::AscJudgment(std::vector<LevelItem>& levItems, int32_t curTemp, uin… in AscJudgment() 242 void ThermalConfigSensorCluster::DescJudgment(std::vector<LevelItem>& levItems, int32_t curTemp, ui… in DescJudgment()
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_sensor_cluster_test.cpp | 132 int32_t curTemp = 1; variable 171 int32_t curTemp = 1; variable 195 int32_t curTemp = 1; variable 221 int32_t curTemp = 1; variable 254 int32_t curTemp = 3; variable 278 int32_t curTemp = 2; variable
|