Home
last modified time | relevance | path

Searched refs:Connect (Results 1 – 9 of 9) sorted by relevance

/test/vts/utils/python/mirror/
Dmirror_tracker.py153 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)
/test/vts-testcase/nbu/src/
Dble_test.py191 def Connect(client, server): function
490 Connect(self.initiator, self.receiver)
532 Connect(self.initiator, self.receiver)
/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.h40 bool Connect(const string& socket_name);
DVtsDriverCommUtil.cpp39 bool VtsDriverCommUtil::Connect(const string& socket_name) { in Connect() function in android::vts::VtsDriverCommUtil
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp74 if (!util.Connect(callback_socket_name)) exit(-1); in RpcCallToAgent()
/test/catbox/tools/catbox-tradefed/
DREADME22 3. Connect the device to the host machine.
/test/vts/tools/vts-core-tradefed/
DREADME29 3. Connect the device to the host machine.
/test/mlts/benchmark/
DREADME.txt24 * Connect a target device to your workstation, make sure it's
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py116 def Connect(self, member in VtsTcpClient