Home
last modified time | relevance | path

Searched refs:UpdateThermalLevel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dprotector_thermal_zone_info.h38 void UpdateThermalLevel(int32_t temp);
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h46 void UpdateThermalLevel(const TypeTempMap& typeTempInfo);
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp44 tzIter->second->UpdateThermalLevel(typeIter->second); in LevelDecision()
H A Dprotector_thermal_zone_info.cpp22 void ProtectorThermalZoneInfo::UpdateThermalLevel(int32_t curTemp) in UpdateThermalLevel() function in OHOS::PowerMgr::ProtectorThermalZoneInfo
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp96 cluster->second->UpdateThermalLevel(typeTempMap_); in LevelDecision()
H A Dthermal_config_sensor_cluster.cpp61 void ThermalConfigSensorCluster::UpdateThermalLevel(const TypeTempMap& typeTempInfo) in UpdateThermalLevel() function in OHOS::PowerMgr::ThermalConfigSensorCluster
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp109 cluster.UpdateThermalLevel(typeTempInfo);