Home
last modified time | relevance | path

Searched refs:Wakeup (Results 1 - 24 of 24) sorted by relevance

/base/powermgr/power_manager/services/native/src/actions/default/suspend/
H A Disuspend_controller.h31 virtual void Wakeup();
H A Dsuspend_controller.h40 void Wakeup() override;
H A Dsuspend_controller.cpp159 void SuspendController::Wakeup() in Wakeup() function in OHOS::PowerMgr::Suspend::SuspendController
/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddefault_device_state_action.cpp32 void DefaultDeviceStateAction::Wakeup( in Wakeup() function in OHOS::PowerMgr::DefaultDeviceStateAction
H A Ddefault_device_state_action.h29 void Wakeup(int64_t callTimeMs, WakeupDeviceType type, const std::string& details,
H A Ddevice_state_action.h33 void Wakeup(int64_t callTimeMs, WakeupDeviceType type, const std::string& details,
H A Ddevice_state_action.cpp54 void DeviceStateAction::Wakeup(int64_t callTimeMs, WakeupDeviceType type, const string& details, in Wakeup() function in OHOS::PowerMgr::DeviceStateAction
57 SystemSuspendController::GetInstance().Wakeup(); in Wakeup()
/base/powermgr/power_manager/test/mock/action/
H A Dmock_state_action.h33 MOCK_METHOD4(Wakeup, void(int64_t callTimeMs, WakeupDeviceType type,
/base/powermgr/power_manager/test/systemtest/mock/
H A Dmock_state_action.h33 MOCK_METHOD4(Wakeup, void(int64_t callTimeMs, WakeupDeviceType type,
/base/powermgr/power_manager/services/native/include/actions/
H A Didevice_state_action.h42 virtual void Wakeup(int64_t callTimeMs, WakeupDeviceType type, const std::string& details,
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_getcontroller_mock_test.cpp59 wakeupController_->Wakeup(); in HWTEST_F()
H A Drunning_lock_hub_native_test.cpp74 SuspendController->Wakeup(); in HWTEST_F()
/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.h31 static napi_value Wakeup(napi_env env, napi_callback_info info);
H A Dpower_module.cpp86 DECLARE_NAPI_FUNCTION("wakeup", PowerNapi::Wakeup), in PowerInit()
H A Dpower_napi.cpp65 napi_value PowerNapi::Wakeup(napi_env env, napi_callback_info info) in Wakeup() function in OHOS::PowerMgr::PowerNapi
77 POWER_HILOGD(FEATURE_WAKEUP, "Wakeup type: APPLICATION, reason: %{public}s", detail.c_str()); in Wakeup()
/base/powermgr/power_manager/services/native/src/actions/default/
H A Dsystem_suspend_controller.h37 void Wakeup();
H A Dsystem_suspend_controller.cpp141 void SystemSuspendController::Wakeup() in Wakeup() function in OHOS::PowerMgr::SystemSuspendController
/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp59 virtual void Wakeup([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] WakeupDeviceType type, in Wakeup() function in OHOS::PowerMgr::FuzzStateAction
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp371 void WakeupController::Wakeup() in Wakeup() function in OHOS::PowerMgr::WakeupController
442 Wakeup(); in ProcessLowCapacityWakeup()
474 Wakeup(); in HandleWakeup()
475 SystemSuspendController::GetInstance().Wakeup(); in HandleWakeup()
H A Dwakeup_controller.h50 void Wakeup();
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.cpp401 SystemSuspendController::GetInstance().Wakeup(); in RegisterSettingsObserver()
408 SystemSuspendController::GetInstance().Wakeup(); in RegisterSettingsObserver()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp260 SystemSuspendController::GetInstance().Wakeup(); in EmplaceAwake()
527 stateAction_->Wakeup(callTimeMs, type, details, pkgName); in HandlePreBrightWakeUp()
606 stateAction_->Wakeup(callTimeMs, type, details, pkgName); in WakeupDeviceInner()
619 POWER_HILOGD(FEATURE_WAKEUP, "Wakeup device finish"); in WakeupDeviceInner()
711 SystemSuspendController::GetInstance().Wakeup(); in WakeupDeviceInner()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_controller_test.cpp101 * @tc.desc: test Wakeup(Normal)
112 g_service->wakeupController_->Wakeup(); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp412 SystemSuspendController::GetInstance().Wakeup(); in PreprocessBeforeAwake()

Completed in 14 milliseconds