Home
last modified time | relevance | path

Searched refs:ThermalInterfaceImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_impl.cpp50 return new (std::nothrow) ThermalInterfaceImpl(); in ThermalInterfaceImplGetInstance()
53 ThermalInterfaceImpl::ThermalInterfaceImpl() in ThermalInterfaceImpl() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl
58 int32_t ThermalInterfaceImpl::Init() in Init()
117 int32_t ThermalInterfaceImpl::SetCpuFreq(int32_t freq) in SetCpuFreq()
133 int32_t ThermalInterfaceImpl::SetGpuFreq(int32_t freq) in SetGpuFreq()
149 int32_t ThermalInterfaceImpl::SetBatteryCurrent(int32_t current) in SetBatteryCurrent()
165 int32_t ThermalInterfaceImpl::GetThermalZoneInfo(HdfThermalCallbackInfo& event) in GetThermalZoneInfo()
174 int32_t ThermalInterfaceImpl::IsolateCpu(int32_t num) in IsolateCpu()
202 int32_t ThermalInterfaceImpl::Unregister() in Unregister()
224 int32_t ThermalInterfaceImpl::UnregisterFanCallback() in UnregisterFanCallback()
[all …]
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_interface_impl.h26 class ThermalInterfaceImpl : public IThermalInterface {
28 ThermalInterfaceImpl();
29 virtual ~ThermalInterfaceImpl() {} in ~ThermalInterfaceImpl()
/ohos5.0/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/
H A Dthermalhdistub_fuzz.cpp55 g_fuzzService = make_shared<ThermalInterfaceStub>(new ThermalInterfaceImpl()); in ThermalStubFuzzTest()