Searched refs:has_device (Results 1 – 6 of 6) sorted by relevance
742 has_device = self.bluetooth_facade.has_device744 if has_device(device_address):750 condition=(lambda: has_device(device_address)),794 has_device = False796 if self.bluetooth_facade.has_device(device_address):797 has_device = True810 self.results = {'has_device': has_device, 'paired': paired}888 has_device = False890 if self.bluetooth_facade.has_device(device_address):891 has_device = True[all …]
450 def has_device(self, address): member in BluetoothDevice459 return self._proxy.has_device(address)
59 return bt_adapter.has_device(target_mac_address)
128 if (!has_device ()) return ret; in apply_value()192 bool has_device () const in has_device() function201 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()211 if (!has_device ()) return_trace (true); in sanitize_values()227 if (!has_device ()) return_trace (true); in sanitize_values_stride_unsafe()
765 def has_device(self, address): member in BluetoothDeviceXmlRpcDelegate
1192 has_device = _Obj()1194 has_device.f()1195 self.assertIn('CPU', has_device.v.device)