Home
last modified time | relevance | path

Searched refs:CMD_ON_SYNC_WAKEUP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/listener/
H A Dpower_state_listener.cpp54 case static_cast<int32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP): in OnRemoteRequest()
130 case static_cast<int32_t>(PowerMgr::SyncHibernateCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP): in OnRemoteRequest()
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/hibernate/
H A Dsync_hibernate_callback_ipc_interface_code.h22 CMD_ON_SYNC_WAKEUP = 1, enumerator
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/suspend/
H A Dsync_sleep_callback_ipc_interface_code.h22 CMD_ON_SYNC_WAKEUP = 1, enumerator
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dsync_hibernate_callback_proxy.cpp64 static_cast<int>(PowerMgr::SyncHibernateCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP), in OnSyncWakeup()
H A Dsync_sleep_callback_proxy.cpp68 static_cast<int>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP), in OnSyncWakeup()
H A Dsync_hibernate_callback_stub.cpp45 …(code == static_cast<uint32_t>(PowerMgr::SyncHibernateCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP)) { in OnRemoteRequest()
H A Dsync_sleep_callback_stub.cpp45 … if (code == static_cast<uint32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP)) { in OnRemoteRequest()