Searched refs:Connect (Results 1 – 12 of 12) sorted by relevance
153 client.Connect(222 client.Connect(275 client.Connect(338 client.Connect(390 client.Connect(command_port=self._host_command_port)419 client.Connect(command_port=self._host_command_port)
191 def Connect(client, server): function490 Connect(self.initiator, self.receiver)532 Connect(self.initiator, self.receiver)
40 bool Connect(const string& socket_name);
39 bool VtsDriverCommUtil::Connect(const string& socket_name) { in Connect() function in android::vts::VtsDriverCommUtil
74 if (!util.Connect(callback_socket_name)) exit(-1); in RpcCallToAgent()
19 …ndroid/android/master-real/test/vts/runners/host/tcp_client/vts_tcp_client.py", line 92, in Connect62 …ndroid/android/master-real/test/vts/runners/host/tcp_client/vts_tcp_client.py", line 92, in Connect
24 * Connect a target device to your workstation, make sure it's
249 if (!client->Connect(socket_port_file_path)) { in GetDriverSocketClient()
23 3. Connect the device to the host machine.
31 3. Connect the device to the host machine.
66 ### 1.5. Connect to an Android device
116 def Connect(self, member in VtsTcpClient