Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp161 void ThermalConfigSensorCluster::AscendLevelToThresholdClr(std::vector<LevelItem>& levItems, in AscendLevelToThresholdClr() function in OHOS::PowerMgr::ThermalConfigSensorCluster
237 AscendLevelToThresholdClr(levItems, level, levItems.size(), curTemp); in AscJudgment()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h65 …void AscendLevelToThresholdClr(std::vector<LevelItem>& levItems, uint32_t& level, uint32_t end, in…