Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds