Home
last modified time | relevance | path

Searched refs:get_connection_info (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py959 def get_connection_info(self, address): member in BluetoothDevice
969 return self._proxy.get_connection_info(address)
Dbluetooth_adapter_tests.py1505 return (self.bluetooth_facade.get_connection_info(device_address)
/external/openssh/
Dservconf.h233 struct connection_info *get_connection_info(int, int);
Dauth.c643 struct connection_info *ci = get_connection_info(1, options.use_dns); in getpwnamallow()
Dsshd.c1425 struct connection_info *connection_info = get_connection_info(0, 0);
Dservconf.c700 get_connection_info(int populate, int use_dns) in get_connection_info() function
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py2066 def get_connection_info(self, address): member in BluetoothDeviceXmlRpcDelegate