Home
last modified time | relevance | path

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

/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
H A Dasync_shutdown_callback_test.cpp65 auto shutdownController = g_service->GetShutdownController(); in SetUp() local
66 if (shutdownController->IsShuttingDown()) { in SetUp()
70 shutdownController->EnableMock(g_mockPowerAction, g_mockStateAction); in SetUp()
H A Dsync_shutdown_callback_test.cpp61 auto shutdownController = g_service->GetShutdownController(); in SetUp() local
62 shutdownController->EnableMock(g_mockPowerAction, g_mockStateAction); in SetUp()
H A Dtakeover_shutdown_callback_test.cpp63 auto shutdownController = g_service->GetShutdownController(); in SetUp() local
64 shutdownController->EnableMock(g_mockPowerAction, g_mockStateAction); in SetUp()
/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_controller.h35 std::shared_ptr<ShutdownController>& shutdownController, std::shared_ptr<PowerStateMachine>& stateMachine);
H A Dwakeup_action_controller.cpp28 std::shared_ptr<ShutdownController>& shutdownController, std::shared_ptr<PowerStateMachine>& stateMachine) in WakeupActionController()
30 shutdownController_ = shutdownController; in WakeupActionController()
27 WakeupActionController( std::shared_ptr<ShutdownController>& shutdownController, std::shared_ptr<PowerStateMachine>& stateMachine) WakeupActionController() argument
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.h43 SuspendController(const std::shared_ptr<ShutdownController>& shutdownController,
H A Dsuspend_controller.cpp56 SuspendController::SuspendController(const std::shared_ptr<ShutdownController>& shutdownController, in SuspendController() argument
59 shutdownController_ = shutdownController; in SuspendController()

Completed in 8 milliseconds