Searched refs:ThermalEventCallback (Results 1 – 4 of 4) 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()
484 ThermalCallback::ThermalEventCallback eventCb = in RegisterThermalHdiCallback()
57 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; typedef58 ThermalEventCallback cb = MockEventCb;