Home
last modified time | relevance | path

Searched refs:GetThermalZoneInfo (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/thermal/
H A Dinterface_i_thermal_interface_v10.md25 | [GetThermalZoneInfo](#getthermalzoneinfo) ([out] struct [HdfThermalCallbackInfo](_hdf_thermal_cal…
33 ### GetThermalZoneInfo()
36 IThermalInterface::GetThermalZoneInfo ([out] struct HdfThermalCallbackInfo event)
H A Dinterface_i_thermal_interface_v11.md23 | [GetThermalZoneInfo](#getthermalzoneinfo) ([out] struct [HdfThermalCallbackInfo](_hdf_thermal_cal…
34 ### GetThermalZoneInfo()
37 IThermalInterface::GetThermalZoneInfo ([out] struct HdfThermalCallbackInfo event)
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_interface_impl.h37 int32_t GetThermalZoneInfo(HdfThermalCallbackInfo& event) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/cpp_target/thermal/v1_0/
H A Dthermal_interface_service.h.txt36 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInfo& event) override;
H A Dthermal_interface_service.cpp.txt45 int32_t ThermalInterfaceService::GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInf…
H A Dithermal_interface.h.txt78 virtual int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInfo& event) = 0;
H A Dthermal_interface_proxy.h.txt76 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInfo& event) override;
H A Dthermal_interface_stub.cpp.txt217 int32_t thermalInterfaceRet = impl->GetThermalZoneInfo(event);
H A Dthermal_interface_proxy.cpp.txt136 int32_t OHOS::HDI::Thermal::V1_0::ThermalInterfaceProxy::GetThermalZoneInfo(OHOS::HDI::Thermal::V1_…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/dump_ast_target/
H A Ddump.txt17 [mini, lite, full] GetThermalZoneInfo(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/
H A Dthermal_interface_service.h.txt36 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) override;
H A Dthermal_interface_service.cpp.txt45 int32_t ThermalInterfaceService::GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInf…
H A Dithermal_interface.h.txt82 virtual int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) = 0;
H A Dthermal_interface_proxy.h.txt76 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) override;
H A Dthermal_interface_stub.cpp.txt239 int32_t thermalInterfaceRet = impl->GetThermalZoneInfo(event);
H A Dthermal_interface_proxy.cpp.txt136 int32_t OHOS::HDI::Thermal::V1_1::ThermalInterfaceProxy::GetThermalZoneInfo(OHOS::HDI::Thermal::V1_…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/dump_ast_target/
H A Ddump.txt18 [mini, lite, full] GetThermalZoneInfo(
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_impl.cpp165 int32_t ThermalInterfaceImpl::GetThermalZoneInfo(HdfThermalCallbackInfo& event) in GetThermalZoneInfo() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl
/ohos5.0/drivers/interface/thermal/v1_0/
H A DIThermalInterface.idl96 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/
H A DIThermalInterface.idl96 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
/ohos5.0/drivers/interface/thermal/v1_1/
H A DIThermalInterface.idl97 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/
H A DIThermalInterface.idl97 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp252 int32_t ret = g_thermalInterface->GetThermalZoneInfo(event);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp437 int32_t res = thermalInterface_->GetThermalZoneInfo(thermalInfo); in GetThermalInfo()