Searched refs:g_thermalInterface (Results 1 – 1 of 1) sorted by relevance
70 sptr<IThermalInterface> g_thermalInterface = nullptr; variable92 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 …]