Home
last modified time | relevance | path

Searched defs:FanEventCallback (Results 1 – 2 of 2) 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
/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