Searched refs:DEVICE_STATE_OFFLINE (Results 1 – 12 of 12) sorted by relevance
122 DEVICE_STATE_OFFLINE = 2, enumerator
128 ProcessDeviceStateChange(DEVICE_STATE_OFFLINE, devInfo); in OnDeviceOffline()144 case DEVICE_STATE_OFFLINE: in HandleDeviceStatusChange()
112 if (state == DEVICE_STATE_OFFLINE) { in ProcessDeviceStateChange()169 if (state == DEVICE_STATE_OFFLINE) { in ProcessAppStateChange()
80 DmDeviceState state = DEVICE_STATE_OFFLINE;
928 data.WriteInt32(DEVICE_STATE_OFFLINE);
770 DmDeviceState devState = DmDeviceState::DEVICE_STATE_OFFLINE;
331 case DEVICE_STATE_OFFLINE: in ON_IPC_CMD()
319 } else if (devState == DEVICE_STATE_OFFLINE) { in HandleDeviceStatusChange()
142 DeviceManagerService::GetInstance().HandleDeviceStatusChange(DEVICE_STATE_OFFLINE, deviceInfo); in DeviceOffLine()
551 case DEVICE_STATE_OFFLINE: in ON_IPC_CMD()
2011 napi_create_uint32(env, static_cast<uint32_t>(DmDeviceState::DEVICE_STATE_OFFLINE), in InitDeviceStatusChangeActionEnum()
3326 napi_create_uint32(env, static_cast<uint32_t>(DmDeviceState::DEVICE_STATE_OFFLINE), in InitDeviceStateChangeActionEnum()