Home
last modified time | relevance | path

Searched defs:ThermalEventCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_callback.h29 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; variable
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_client_test.cpp58 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo& event)>; typedef
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp41 using ThermalEventCallback = std::function<int32_t(const HdfThermalCallbackInfo &event)>; typedef in __anon62bd63e60110::ThermalCallbackMock