Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dfan_fault_detect.cpp33 for (auto &faultInfo : fanFaultInfoMap_) { in CheckFanFault() local
34 if (faultInfo.first == FAN_FAULT_TOO_SLOW) { in CheckFanFault()
35 CheckFanTooSlow(report, faultInfo.second); in CheckFanFault()
36 } else if (faultInfo.first == FAN_FAULT_TOO_FAST) { in CheckFanFault()
37 CheckFanTooFast(report, faultInfo.second); in CheckFanFault()