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 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) ov…
|
H A D | device_state_action.cpp | 51 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 D | device_state_action.h | 44 …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 D | mock_state_action.h | 39 …MOCK_METHOD3(GoToSleep, uint32_t(std::function<void()> onSuspend, std::function<void()> onWakeup, …
|
/ohos5.0/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, …
|
/ohos5.0/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,
|
/ohos5.0/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,
|