Searched refs:ThermalEventCallback (Results 1 – 5 of 5) sorted by relevance
29 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; variable30 static int32_t RegisterThermalEvent(const ThermalEventCallback &eventCb);33 static ThermalEventCallback eventCb_;
22 ThermalCallback::ThermalEventCallback ThermalCallback::eventCb_ = nullptr;31 int32_t ThermalCallback::RegisterThermalEvent(const ThermalEventCallback &eventCb) in RegisterThermalEvent()
521 ThermalCallback::ThermalEventCallback eventCb = in RegisterThermalHdiCallback()
58 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; typedef59 ThermalEventCallback cb = MockEventCb;
41 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo &event)>; typedef in __anon62bd63e60110::ThermalCallbackMock42 static int32_t RegisterThermalEvent(const ThermalEventCallback &eventCb) in RegisterThermalEvent()