/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/thermal/ |
H A D | interface_i_thermal_interface_v10.md | 25 | [GetThermalZoneInfo](#getthermalzoneinfo) ([out] struct [HdfThermalCallbackInfo](_hdf_thermal_cal… 33 ### GetThermalZoneInfo() 36 IThermalInterface::GetThermalZoneInfo ([out] struct HdfThermalCallbackInfo event)
|
H A D | interface_i_thermal_interface_v11.md | 23 | [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 D | thermal_interface_impl.h | 37 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 D | thermal_interface_service.h.txt | 36 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInfo& event) override;
|
H A D | thermal_interface_service.cpp.txt | 45 int32_t ThermalInterfaceService::GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInf…
|
H A D | ithermal_interface.h.txt | 78 virtual int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInfo& event) = 0;
|
H A D | thermal_interface_proxy.h.txt | 76 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_0::HdfThermalCallbackInfo& event) override;
|
H A D | thermal_interface_stub.cpp.txt | 217 int32_t thermalInterfaceRet = impl->GetThermalZoneInfo(event);
|
H A D | thermal_interface_proxy.cpp.txt | 136 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 D | dump.txt | 17 [mini, lite, full] GetThermalZoneInfo(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/ |
H A D | thermal_interface_service.h.txt | 36 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) override;
|
H A D | thermal_interface_service.cpp.txt | 45 int32_t ThermalInterfaceService::GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInf…
|
H A D | ithermal_interface.h.txt | 82 virtual int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) = 0;
|
H A D | thermal_interface_proxy.h.txt | 76 int32_t GetThermalZoneInfo(OHOS::HDI::Thermal::V1_1::HdfThermalCallbackInfo& event) override;
|
H A D | thermal_interface_stub.cpp.txt | 239 int32_t thermalInterfaceRet = impl->GetThermalZoneInfo(event);
|
H A D | thermal_interface_proxy.cpp.txt | 136 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 D | dump.txt | 18 [mini, lite, full] GetThermalZoneInfo(
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_interface_impl.cpp | 165 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 D | IThermalInterface.idl | 96 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/ |
H A D | IThermalInterface.idl | 96 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
|
/ohos5.0/drivers/interface/thermal/v1_1/ |
H A D | IThermalInterface.idl | 97 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/ |
H A D | IThermalInterface.idl | 97 GetThermalZoneInfo([out] struct HdfThermalCallbackInfo event);
|
/ohos5.0/drivers/peripheral/thermal/test/unittest/ |
H A D | hdf_thermal_hdi_test.cpp | 252 int32_t ret = g_thermalInterface->GetThermalZoneInfo(event);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 437 int32_t res = thermalInterface_->GetThermalZoneInfo(thermalInfo); in GetThermalInfo()
|