Searched refs:bootedDevices (Results 1 – 2 of 2) sorted by relevance
7 const bootedDevices = await getAttachedDevicesAsync(); constant10 const connectedNames = bootedDevices.map(({ name }) => name);24 const allDevices = bootedDevices.concat(offlineEmulators);
74 const bootedDevices = await getAttachedDevicesAsync();75 const connected = bootedDevices.find(({ name }) => name === device.name);