Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino16 Serial.println("connect: setup(): CALL: Setup Begin");
17 Serial.println("connect: setup(): INFO: Setting baud rate to 9600");
23 Serial.println("connect: setup(): CALL: Setup End");
32 Serial.println("connect: connectWifi(): CALL: Connect Begin");
35 Serial.println("connect: setup(): INFO: WiFi disconnected");
38 Serial.println("connect: connectWifi(): CALL: Connect End");
42 Serial.println("connect: wifiStatus(): CALL: Status Begin");
43 Serial.println("connect: wifiStatus(): INFO: WiFi connected");
44 Serial.print("connect: wifiStatus(): STATUS: ");
46 Serial.print("connect: wifiStatus(): IP: ");
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java86 mRemoteClient = RemoteClient.connect(port); in testAllocateFree()
105 mRemoteClient = RemoteClient.connect(port); in testAddCommand()
123 mRemoteClient = RemoteClient.connect(port); in testAddCommandFile()
145 mRemoteClient = RemoteClient.connect(port); in testAllocateClose()
169 mRemoteClient = RemoteClient.connect(port); in testAllocateFreeAll()
183 mRemoteClient = RemoteClient.connect(port); in testFree_unknown()
226 mRemoteClient = RemoteClient.connect(port); in testListDevices()
267 mRemoteClient = RemoteClient.connect(port); in testExecCommand()
310 mRemoteClient = RemoteClient.connect(port); in testConsecutiveExecCommand()
335 mRemoteClient = RemoteClient.connect(port); in testExecCommand_noallocate()
[all …]
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Dsl4a_session_test.py112 socket_instance.connect = mock.Mock()
113 socket_instance.connect.side_effect = error
133 socket_instance.connect = mock.Mock()
134 socket_instance.connect.side_effect = error
160 socket_instance.connect = mock.Mock()
161 socket_instance.connect.side_effect = error
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteClient.java102 public static IRemoteClient connect(int port) throws RemoteException { in connect() method in RemoteClient
118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect() method in RemoteClient
132 public static IRemoteClient connect() throws RemoteException { in connect() method in RemoteClient
133 return connect(DEFAULT_PORT); in connect()
/tools/tradefederation/core/tests/res/testtype/
Dpython_output1.txt10 Ensure that `adb connect localhost:1234` will try both IPv4 and IPv6. ... ok
18 Ensure that the emulator can connect. ... ERROR
32 Ensure that the emulator can connect.
Dpython_output3.txt10 Ensure that `adb connect localhost:1234` will try both IPv4 and IPv6. ... ok
19 Ensure that the emulator can connect. ... ok
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java127 public boolean connect() { in connect() method in RemoteManager
128 return connect(mRemoteManagerPort); in connect()
136 return connect(0); in connectAnyPort()
143 protected boolean connect(int port) { in connect() method in RemoteManager
/tools/test/connectivity/acts/tests/google/fuchsia/bt/
DBleFuchsiaTest.py114 connect = self.fuchsia_scan.gattc_lib.bleConnectToPeripheral(did)
115 self.log.info("Connecting returned status: {}".format(connect))
DBleFuchsiaAndroidTest.py108 connect = self.fd.gattc_lib.bleConnectToPeripheral(did)
109 self.log.info("Connecting returned status: {}".format(connect))
/tools/test/connectivity/acts/framework/acts/test_utils/bt/bt_implementations/
Dbt_stub.py57 def connect(self, android): member in BluethoothDevice
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerCoexBaseTest.py51 self.main_network[WiFi_band], connect=False)
DPowerBaseTest.py458 def setup_ap_connection(self, network, bandwidth=80, connect=True, argument
477 if connect:
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Drfcomm_lib.py36 def connect(self, line): member in RfcommLib
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py402 connect = self.get_properties(props, DEVICE_INTERFACE, "Connected")
403 return connect
/tools/test/connectivity/acts/tests/google/power/wifi/
DPowerWiFiscanTest.py96 self.main_network[self.test_configs.wifi_band], connect=False)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_session.py208 client_socket.connect(('127.0.0.1', ports.forwarded_port))
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1701 mRemoteClient = RemoteClient.connect(handoverPort); in handoverShutdown()
2016 if (mRemoteManager.connect()) { in startRemoteManager()
2155 success = mRemoteManager.connect(); in completeHandover()
2169 mRemoteClient = RemoteClient.connect(port); in initiateHandover()
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java207 urlConnection.connect(); in checkConnectivity()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_logger_utils.py550 m.connect()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/
Dsponge_client_lite.py1018 http_connect.connect()
/tools/test/connectivity/acts/tests/google/bt/pts/
Dcmd_input.py845 self.pri_dut.rfcomm.connect(line)