Home
last modified time | relevance | path

Searched refs:GoToSleep (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddefault_device_state_action.cpp63 uint32_t DefaultDeviceStateAction::GoToSleep( in GoToSleep() function in OHOS::PowerMgr::DefaultDeviceStateAction
H A Ddefault_device_state_action.h40 …uint32_t GoToSleep(std::function<void()> onSuspend, std::function<void()> onWakeup, bool force) ov…
H A Ddevice_state_action.cpp51 GoToSleep(nullptr, nullptr, true); in ForceSuspend()
255 uint32_t DeviceStateAction::GoToSleep(const std::function<void()> onSuspend, in GoToSleep() function in OHOS::PowerMgr::DeviceStateAction
H A Ddevice_state_action.h44 …uint32_t GoToSleep(std::function<void()> onSuspend, std::function<void()> onWakeup, bool force) ov…
/ohos5.0/base/powermgr/power_manager/test/mock/action/
H A Dmock_state_action.h39 …MOCK_METHOD3(GoToSleep, uint32_t(std::function<void()> onSuspend, std::function<void()> onWakeup, …
/ohos5.0/base/powermgr/power_manager/test/systemtest/mock/
H A Dmock_state_action.h39 …MOCK_METHOD3(GoToSleep, uint32_t(std::function<void()> onSuspend, std::function<void()> onWakeup, …
/ohos5.0/base/powermgr/power_manager/services/native/include/actions/
H A Didevice_state_action.h52 virtual uint32_t GoToSleep(const std::function<void()> onSuspend,
/ohos5.0/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp79 virtual uint32_t GoToSleep([[maybe_unused]] const std::function<void()> onSuspend,