Searched refs:FanSensorInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | fan_fault_detect.h | 32 using FanSensorInfo = std::map<std::string, int32_t>; variable 33 using FanFaultInfoMap = std::map<int32_t, FanSensorInfo>; 40 void OnFanSensorInfoChanged(const FanSensorInfo& report); 45 void CheckFanFault(const FanSensorInfo& report); 46 void CheckFanTooSlow(const FanSensorInfo& report, const FanSensorInfo& config); 47 void CheckFanTooFast(const FanSensorInfo& report, const FanSensorInfo& config); 48 bool CheckFanSensorInfo(const FanSensorInfo& report, const FanSensorInfo& config); 49 int32_t GetSensorValue(const FanSensorInfo& map, const std::string& name); 50 std::string FormatReportInfo(const FanSensorInfo& report, const FanSensorInfo& config);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | fan_fault_detect.cpp | 26 void FanFaultDetect::OnFanSensorInfoChanged(const FanSensorInfo& report) in OnFanSensorInfoChanged() 31 void FanFaultDetect::CheckFanFault(const FanSensorInfo& report) in CheckFanFault() 42 void FanFaultDetect::CheckFanTooSlow(const FanSensorInfo& report, const FanSensorInfo& config) in CheckFanTooSlow() 65 void FanFaultDetect::CheckFanTooFast(const FanSensorInfo& report, const FanSensorInfo& config) in CheckFanTooFast() 88 bool FanFaultDetect::CheckFanSensorInfo(const FanSensorInfo& report, const FanSensorInfo& config) in CheckFanSensorInfo() 108 int32_t FanFaultDetect::GetSensorValue(const FanSensorInfo& map, const std::string& name) in GetSensorValue() 118 std::string FanFaultDetect::FormatReportInfo(const FanSensorInfo& report, const FanSensorInfo& conf… in FormatReportInfo()
|
H A D | thermal_srv_config_parser.cpp | 737 FanSensorInfo fanSensorInfo; in ParseFanFaultInfo()
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 82 FanSensorInfo fanSlowSensorInfo; in InitFanFaultInfoMap() 87 FanSensorInfo fanFastSensorInfo; in InitFanFaultInfoMap() 99 void FanFaultDetectTest::GetFaultId(int64_t& faultId, const FanSensorInfo& report) in GetFaultId() 142 FanSensorInfo report; 160 FanSensorInfo report; 178 FanSensorInfo report; 196 FanSensorInfo report; 215 FanSensorInfo report; 233 FanSensorInfo report; 251 FanSensorInfo report; [all …]
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | fan_fault_detect_test.h | 30 void GetFaultId(int64_t &faultId, const FanSensorInfo& report);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 593 FanSensorInfo report; in HandleFanCallbackEvent()
|