Searched refs:SyncSleepCallbackInterfaceCode (Results 1 – 4 of 4) sorted by relevance
44 static_cast<int>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_SLEEP), in OnSyncSleep()68 static_cast<int>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP), in OnSyncWakeup()
43 … if (code == static_cast<uint32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_SLEEP)) { in OnRemoteRequest()45 …} else if (code == static_cast<uint32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAK… in OnRemoteRequest()
51 case static_cast<int32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_SLEEP): in OnRemoteRequest()54 case static_cast<int32_t>(PowerMgr::SyncSleepCallbackInterfaceCode::CMD_ON_SYNC_WAKEUP): in OnRemoteRequest()
20 enum class SyncSleepCallbackInterfaceCode { enum