Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dfan_callback.h29 using FanEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; variable
30 static int32_t RegisterFanEvent(const FanEventCallback &eventCb);
33 static FanEventCallback eventCb_;
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dfan_callback.cpp22 FanCallback::FanEventCallback FanCallback::eventCb_ = nullptr;
31 int32_t FanCallback::RegisterFanEvent(const FanEventCallback &eventCb) in RegisterFanEvent()
H A Dthermal_service.cpp582 FanCallback::FanEventCallback eventCb = in RegisterFanHdiCallback()
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp57 using FanEventCallback = std::function<int32_t(const HdfThermalCallbackInfo &event)>; typedef in __anon62bd63e60110::FanCallbackMock
58 static int32_t RegisterFanEvent(const FanEventCallback &eventCb) in RegisterFanEvent()