Home
last modified time | relevance | path

Searched refs:OnFanDataEvent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/thermal/
H A Dinterface_i_fan_callback_v11.md22 | [OnFanDataEvent](#onfandataevent) ([in] struct [HdfThermalCallbackInfo](_hdf_thermal_callback_inf…
28 ### OnFanDataEvent()
31 IFanCallback::OnFanDataEvent ([in] struct HdfThermalCallbackInfo event)
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dfan_callback.cpp23 int32_t FanCallback::OnFanDataEvent(const HdfThermalCallbackInfo& event) in OnFanDataEvent() function in OHOS::PowerMgr::FanCallback
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dfan_callback.h31 int32_t OnFanDataEvent(const HdfThermalCallbackInfo& event) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/
H A Dfan_callback_service.cpp.txt25 int32_t FanCallbackService::OnFanDataEvent(const OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& …
H A Dfan_callback_service.h.txt30 int32_t OnFanDataEvent(const OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) override;
H A Dfan_callback_proxy.h.txt38 int32_t OnFanDataEvent(const OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) override;
H A Difan_callback.h.txt63 … virtual int32_t OnFanDataEvent(const OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) = 0;
H A Dfan_callback_proxy.cpp.txt32 int32_t OHOS::HDI::Thermal::V1_1::FanCallbackProxy::OnFanDataEvent(const OHOS::HDI::Thermal::V1_1::…
H A Dfan_callback_stub.cpp.txt81 int32_t fanCallbackRet = impl->OnFanDataEvent(event);
/ohos5.0/drivers/interface/thermal/v1_1/
H A DIFanCallback.idl62 OnFanDataEvent([in] struct HdfThermalCallbackInfo event);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/
H A DIFanCallback.idl62 OnFanDataEvent([in] struct HdfThermalCallbackInfo event);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/dump_ast_target/
H A Ddump.txt53 [mini, lite, full, callback] OnFanDataEvent(
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_zone_manager.cpp223 fanCb_->OnFanDataEvent(info); in CallbackOnEvent()
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp63 int32_t OnFanDataEvent(const HdfThermalCallbackInfo &event) override in OnFanDataEvent() function in __anon62bd63e60110::FanCallbackMock