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::DeviceSet548 return DeviceSet([NSArray new]);558 return DeviceSet([NSArray new]);563 CoreSimulatorSupport::DeviceSet564 CoreSimulatorSupport::DeviceSet::GetAvailableDevices(572 size_t CoreSimulatorSupport::DeviceSet::GetNumDevices() {583 CoreSimulatorSupport::DeviceSet CoreSimulatorSupport::DeviceSet::GetDevicesIf(592 return DeviceSet(array);595 void CoreSimulatorSupport::DeviceSet::ForEach(604 CoreSimulatorSupport::DeviceSet CoreSimulatorSupport::DeviceSet::GetDevices([all …]
96 CoreSimulatorSupport::DeviceSet devices = in GetStatus()97 CoreSimulatorSupport::DeviceSet::GetAvailableDevices( in GetStatus()142 CoreSimulatorSupport::DeviceSet devices = in ConnectRemote()143 CoreSimulatorSupport::DeviceSet::GetAvailableDevices( in ConnectRemote()257 m_device = CoreSimulatorSupport::DeviceSet::GetAvailableDevices( in GetSimulatorDevice()