Searched refs:GoToSleep (Results 1 - 8 of 8) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/display/ |
H A D | default_device_state_action.cpp | 63 uint32_t DefaultDeviceStateAction::GoToSleep( in GoToSleep() function in OHOS::PowerMgr::DefaultDeviceStateAction
|
H A D | default_device_state_action.h | 40 uint32_t GoToSleep(std::function<void()> onSuspend, std::function<void()> onWakeup, bool force) override;
|
H A D | device_state_action.h | 44 uint32_t GoToSleep(std::function<void()> onSuspend, std::function<void()> onWakeup, bool force) override;
|
H A D | device_state_action.cpp | 46 // Don't suspend until GoToSleep is called in Suspend() 51 GoToSleep(nullptr, nullptr, true); in ForceSuspend() 255 uint32_t DeviceStateAction::GoToSleep(const std::function<void()> onSuspend, in GoToSleep() function in OHOS::PowerMgr::DeviceStateAction
|
/base/powermgr/power_manager/test/mock/action/ |
H A D | mock_state_action.h | 39 MOCK_METHOD3(GoToSleep, uint32_t(std::function<void()> onSuspend, std::function<void()> onWakeup, bool force));
|
/base/powermgr/power_manager/test/systemtest/mock/ |
H A D | mock_state_action.h | 39 MOCK_METHOD3(GoToSleep, uint32_t(std::function<void()> onSuspend, std::function<void()> onWakeup, bool force));
|
/base/powermgr/power_manager/services/native/include/actions/ |
H A D | idevice_state_action.h | 52 virtual uint32_t GoToSleep(const std::function<void()> onSuspend,
|
/base/powermgr/power_manager/test/fuzztest/power_utils/ |
H A D | power_fuzzer.cpp | 79 virtual uint32_t GoToSleep([[maybe_unused]] const std::function<void()> onSuspend, in GoToSleep() function in OHOS::PowerMgr::FuzzStateAction
|
Completed in 4 milliseconds