Home
last modified time | relevance | path

Searched refs:thermalLevel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dthermal_policy.cpp42 ThermalLevel thermalLevel = thermalMgrClient.GetThermalLevel(); in GetPolicyMaxRunning() local
44 if (thermalLevel >= ThermalLevel::WARM) { in GetPolicyMaxRunning()
46 } else if (thermalLevel < ThermalLevel::WARM && thermalLevel >= ThermalLevel::NORMAL) { in GetPolicyMaxRunning()
51 WS_HILOGD("ThermalLevel:%{public}d, PolicyRes:%{public}d", thermalLevel, res); in GetPolicyMaxRunning()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h45 int thermalLevel; member
71 thermalLevel = 1; in WifiScanDeviceInfo()
/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_proxy.cpp251 uint32_t thermalLevel; in GetThermalLevel() local
252 THERMAL_READ_PARCEL_WITH_RET(reply, Uint32, thermalLevel, false); in GetThermalLevel()
253 level = static_cast<ThermalLevel>(thermalLevel); in GetThermalLevel()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp42 mScanDeviceInfo.thermalLevel = WifiConfigCenter::GetInstance().GetThermalLevel(); in GetScanDeviceInfo()