Searched refs:FanEventCallback (Results 1 – 4 of 4) sorted by relevance
29 using FanEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; variable30 static int32_t RegisterFanEvent(const FanEventCallback &eventCb);33 static FanEventCallback eventCb_;
22 FanCallback::FanEventCallback FanCallback::eventCb_ = nullptr;31 int32_t FanCallback::RegisterFanEvent(const FanEventCallback &eventCb) in RegisterFanEvent()
582 FanCallback::FanEventCallback eventCb = in RegisterFanHdiCallback()
57 using FanEventCallback = std::function<int32_t(const HdfThermalCallbackInfo &event)>; typedef in __anon62bd63e60110::FanCallbackMock58 static int32_t RegisterFanEvent(const FanEventCallback &eventCb) in RegisterFanEvent()