Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_controller.cpp82 HandleAction(reason); in ExecuteByGetReason()
89 void WakeupActionController::HandleAction(const std::string& reason) in HandleAction() function in OHOS::PowerMgr::WakeupActionController
H A Dwakeup_action_controller.h42 void HandleAction(const std::string& reason);
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_controller_test.cpp261 g_service->suspendController_->HandleAction(
263 … g_service->suspendController_->HandleAction(SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION,
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.cpp288 HandleAction(GetLastReason(), GetLastAction()); in RegisterSettingsObserver()
494 HandleAction(reason, action); in RegisterSettingsObserver()
505 void SuspendController::HandleAction(SuspendDeviceType reason, uint32_t action) in RegisterSettingsObserver() function in OHOS::PowerMgr::SuspendController
H A Dsuspend_controller.h56 void HandleAction(SuspendDeviceType reason, uint32_t action);