Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_mock_test.cpp36 static MockStateAction* g_shutdownStateAction; variable
43 g_shutdownStateAction = new MockStateAction(); in ResetMockAction()
46 …g_powerService->EnableMock(g_powerStateAction, g_shutdownStateAction, g_powerAction, g_lockAction); in ResetMockAction()