Searched refs:DeviceSet (Results 1 – 3 of 3) sorted by relevance
176 friend class DeviceSet; variable195 class DeviceSet {197 static DeviceSet GetAllDevices(const char *developer_dir);199 static DeviceSet GetAvailableDevices(const char *developer_dir);207 DeviceSet GetDevicesIf(std::function<bool(Device)> f);209 DeviceSet GetDevices(DeviceType::ProductFamilyID dev_id);214 DeviceSet(id arr) : m_dev(arr) {} in DeviceSet() function
545 CoreSimulatorSupport::DeviceSet546 CoreSimulatorSupport::DeviceSet::GetAllDevices(const char *developer_dir) {548 return DeviceSet([NSArray new]);558 return DeviceSet([NSArray new]);560 return DeviceSet([[serviceContext defaultDeviceSetWithError:&error] devices]);563 CoreSimulatorSupport::DeviceSet564 CoreSimulatorSupport::DeviceSet::GetAvailableDevices(572 size_t CoreSimulatorSupport::DeviceSet::GetNumDevices() {577 CoreSimulatorSupport::DeviceSet::GetDeviceAtIndex(size_t idx) {583 CoreSimulatorSupport::DeviceSet CoreSimulatorSupport::DeviceSet::GetDevicesIf([all …]
97 CoreSimulatorSupport::DeviceSet devices = in GetStatus()98 CoreSimulatorSupport::DeviceSet::GetAvailableDevices( in GetStatus()143 CoreSimulatorSupport::DeviceSet devices = in ConnectRemote()144 CoreSimulatorSupport::DeviceSet::GetAvailableDevices( in ConnectRemote()259 m_device = CoreSimulatorSupport::DeviceSet::GetAvailableDevices( in GetSimulatorDevice()