/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/thermal/ |
H A D | interface_i_thermal_interface_v10.md | 23 | [SetGpuFreq](#setgpufreq) ([in] int freq) | 设置GPU频率。 | 133 ### SetGpuFreq() 136 IThermalInterface::SetGpuFreq ([in] int freq)
|
H A D | interface_i_thermal_interface_v11.md | 21 | [SetGpuFreq](#setgpufreq) ([in] int freq) | 设置GPU频率。 | 184 ### SetGpuFreq() 187 IThermalInterface::SetGpuFreq ([in] int freq)
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_interface_impl.h | 33 int32_t SetGpuFreq(int32_t freq) 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 | 32 int32_t SetGpuFreq(int32_t freq) override;
|
H A D | thermal_interface_service.cpp.txt | 35 int32_t ThermalInterfaceService::SetGpuFreq(int32_t freq)
|
H A D | ithermal_interface.h.txt | 74 virtual int32_t SetGpuFreq(int32_t freq) = 0;
|
H A D | thermal_interface_proxy.h.txt | 72 int32_t SetGpuFreq(int32_t freq) override;
|
H A D | thermal_interface_stub.cpp.txt | 167 int32_t thermalInterfaceRet = impl->SetGpuFreq(freq);
|
H A D | thermal_interface_proxy.cpp.txt | 126 int32_t OHOS::HDI::Thermal::V1_0::ThermalInterfaceProxy::SetGpuFreq(int32_t freq)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/dump_ast_target/ |
H A D | dump.txt | 11 [mini, lite, full] SetGpuFreq(
|
/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 | 32 int32_t SetGpuFreq(int32_t freq) override;
|
H A D | thermal_interface_service.cpp.txt | 35 int32_t ThermalInterfaceService::SetGpuFreq(int32_t freq)
|
H A D | ithermal_interface.h.txt | 78 virtual int32_t SetGpuFreq(int32_t freq) = 0;
|
H A D | thermal_interface_proxy.h.txt | 72 int32_t SetGpuFreq(int32_t freq) override;
|
H A D | thermal_interface_stub.cpp.txt | 189 int32_t thermalInterfaceRet = impl->SetGpuFreq(freq);
|
H A D | thermal_interface_proxy.cpp.txt | 126 int32_t OHOS::HDI::Thermal::V1_1::ThermalInterfaceProxy::SetGpuFreq(int32_t freq)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/dump_ast_target/ |
H A D | dump.txt | 12 [mini, lite, full] SetGpuFreq(
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_interface_impl.cpp | 133 int32_t ThermalInterfaceImpl::SetGpuFreq(int32_t freq) in SetGpuFreq() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl
|
/ohos5.0/drivers/interface/thermal/v1_0/ |
H A D | IThermalInterface.idl | 73 SetGpuFreq([in] int freq);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/ |
H A D | IThermalInterface.idl | 73 SetGpuFreq([in] int freq);
|
/ohos5.0/drivers/interface/thermal/v1_1/ |
H A D | IThermalInterface.idl | 74 SetGpuFreq([in] int freq);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/ |
H A D | IThermalInterface.idl | 74 SetGpuFreq([in] int freq);
|
/ohos5.0/drivers/peripheral/thermal/test/unittest/ |
H A D | hdf_thermal_hdi_test.cpp | 188 int32_t ret = g_thermalInterface->SetGpuFreq(gpuFreq);
|