Searched refs:g_powerInterface (Results 1 – 1 of 1) sorted by relevance
29 sptr<IPowerInterface> g_powerInterface = nullptr; variable45 g_powerInterface = IPowerInterface::Get(true); in SetUpTestCase()71 ASSERT_NE(nullptr, g_powerInterface);81 int32_t ret = g_powerInterface->StartSuspend();103 int32_t ret = g_powerInterface->StopSuspend();115 int32_t ret = g_powerInterface->SuspendBlock(testName);129 g_powerInterface->SuspendUnblock(testName);140 g_powerInterface->SuspendBlock(testName);142 int32_t ret = g_powerInterface->SuspendUnblock(testName);166 int32_t ret = g_powerInterface->GetWakeupReason(testName);[all …]