/base/powermgr/power_manager/services/native/src/actions/default/suspend/ |
H A D | isuspend_controller.h | 31 virtual void Wakeup();
|
H A D | suspend_controller.h | 40 void Wakeup() override;
|
H A D | suspend_controller.cpp | 159 void SuspendController::Wakeup() in Wakeup() function in OHOS::PowerMgr::Suspend::SuspendController
|
/base/powermgr/power_manager/services/native/src/actions/default/display/ |
H A D | default_device_state_action.cpp | 32 void DefaultDeviceStateAction::Wakeup( in Wakeup() function in OHOS::PowerMgr::DefaultDeviceStateAction
|
H A D | default_device_state_action.h | 29 void Wakeup(int64_t callTimeMs, WakeupDeviceType type, const std::string& details,
|
H A D | device_state_action.h | 33 void Wakeup(int64_t callTimeMs, WakeupDeviceType type, const std::string& details,
|
H A D | device_state_action.cpp | 54 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 D | mock_state_action.h | 33 MOCK_METHOD4(Wakeup, void(int64_t callTimeMs, WakeupDeviceType type,
|
/base/powermgr/power_manager/test/systemtest/mock/ |
H A D | mock_state_action.h | 33 MOCK_METHOD4(Wakeup, void(int64_t callTimeMs, WakeupDeviceType type,
|
/base/powermgr/power_manager/services/native/include/actions/ |
H A D | idevice_state_action.h | 42 virtual void Wakeup(int64_t callTimeMs, WakeupDeviceType type, const std::string& details,
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_getcontroller_mock_test.cpp | 59 wakeupController_->Wakeup(); in HWTEST_F()
|
H A D | running_lock_hub_native_test.cpp | 74 SuspendController->Wakeup(); in HWTEST_F()
|
/base/powermgr/power_manager/frameworks/napi/power/ |
H A D | power_napi.h | 31 static napi_value Wakeup(napi_env env, napi_callback_info info);
|
H A D | power_module.cpp | 86 DECLARE_NAPI_FUNCTION("wakeup", PowerNapi::Wakeup), in PowerInit()
|
H A D | power_napi.cpp | 65 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 D | system_suspend_controller.h | 37 void Wakeup();
|
H A D | system_suspend_controller.cpp | 141 void SystemSuspendController::Wakeup() in Wakeup() function in OHOS::PowerMgr::SystemSuspendController
|
/base/powermgr/power_manager/test/fuzztest/power_utils/ |
H A D | power_fuzzer.cpp | 59 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 D | wakeup_controller.cpp | 371 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 D | wakeup_controller.h | 50 void Wakeup();
|
/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_controller.cpp | 401 SystemSuspendController::GetInstance().Wakeup(); in RegisterSettingsObserver() 408 SystemSuspendController::GetInstance().Wakeup(); in RegisterSettingsObserver()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_state_machine.cpp | 260 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 D | power_wakeup_controller_test.cpp | 101 * @tc.desc: test Wakeup(Normal) 112 g_service->wakeupController_->Wakeup(); in HWTEST_F()
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.cpp | 412 SystemSuspendController::GetInstance().Wakeup(); in PreprocessBeforeAwake()
|