Home
last modified time | relevance | path

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

/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
Dsync_shutdown_callback_test.cpp116 auto defaultPriorityCallback = new SyncShutdownCallback(); variable
117 g_service->RegisterShutdownCallback(defaultPriorityCallback, ShutdownPriority::DEFAULT);
152 auto defaultPriorityCallback = new SyncShutdownCallback(); variable
153 g_service->RegisterShutdownCallback(defaultPriorityCallback, ShutdownPriority::DEFAULT);
Dtakeover_shutdown_callback_test.cpp131 auto defaultPriorityCallback = new TakeOverShutdownCallback(); variable
132 shutdownClient.RegisterShutdownCallback(defaultPriorityCallback, ShutdownPriority::DEFAULT);
173 auto defaultPriorityCallback = new TakeOverShutdownCallback(); variable
174 shutdownClient.RegisterShutdownCallback(defaultPriorityCallback, ShutdownPriority::DEFAULT);
Dasync_shutdown_callback_test.cpp142 auto defaultPriorityCallback = new AsyncShutdownCallback(); variable
143 g_service->RegisterShutdownCallback(defaultPriorityCallback, ShutdownPriority::DEFAULT);
178 auto defaultPriorityCallback = new AsyncShutdownCallback(); variable
179 g_service->RegisterShutdownCallback(defaultPriorityCallback, ShutdownPriority::DEFAULT);