Searched refs:CMD_ON_SYNC_WAKEUP (Results 1 – 7 of 7) sorted by relevance
54 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()
22 CMD_ON_SYNC_WAKEUP = 1, enumerator
64 static_cast<int>(PowerMgr::SyncHibernateCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP), in OnSyncWakeup()
68 static_cast<int>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP), in OnSyncWakeup()
45 …(code == static_cast<uint32_t>(PowerMgr::SyncHibernateCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP)) { in OnRemoteRequest()
45 … if (code == static_cast<uint32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP)) { in OnRemoteRequest()