Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp70 sptr<IThermalInterface> g_thermalInterface = nullptr; variable
92 g_thermalInterface = IThermalInterface::Get(); in SetUpTestCase()
144 ASSERT_NE(nullptr, g_thermalInterface);
156 int32_t ret = g_thermalInterface->SetCpuFreq(cpuFreq);
188 int32_t ret = g_thermalInterface->SetGpuFreq(gpuFreq);
220 int32_t ret = g_thermalInterface->SetBatteryCurrent(batteryCurrent);
252 int32_t ret = g_thermalInterface->GetThermalZoneInfo(event);
270 int32_t ret = g_thermalInterface->Register(g_callback);
272 ret = g_thermalInterface->Unregister();
286 int32_t ret = g_thermalInterface->IsolateCpu(isolateNum);
[all …]