Home
last modified time | relevance | path

Searched refs:transport (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DRestApiHelper.java76 HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport(); in newInstanceWithGoogleCredential() local
79 HttpRequestFactory requestFactory = transport.createRequestFactory(credential); in newInstanceWithGoogleCredential()
96 HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport(); in newInstanceWithGoogleCredential() local
99 HttpRequestFactory requestFactory = transport.createRequestFactory(credential); in newInstanceWithGoogleCredential()
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcontest.py354 def connection_made(self, transport): argument
363 self.transport = transport
365 peername = transport.get_extra_info('peername')
412 self.transport.write(
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dsyslog_lib.py183 transport = self._ssh_client.get_transport()
184 channel = transport.open_session()
190 return transport
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py43 transport=gatt_transport['auto'], argument
48 gatt_callback, mac_address, autoconnect, transport, opportunistic,
101 transport=gatt_transport['le'], argument
107 if transport == gatt_transport['le']:
118 cen_ad, mac_address, autoconnect, transport, opportunistic)
Dbt_coc_test_utils.py188 transport=gatt_transport['le'],
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dbtc_lib.py219 transport): argument
245 "transport": transport,
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java320 HttpTransport transport = null; in getApiHelper() local
321 transport = new NetHttpTransport(); in getApiHelper()
322 HttpRequestFactory requestFactory = transport.createRequestFactory(); in getApiHelper()
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dbluetooth_device.py143 def gatt_connect(self, peer_identifier, transport, autoconnect): argument
342 transport): argument
633 def gatt_connect(self, peer_identifier, transport, autoconnect=False): argument
645 self.device, peer_identifier, autoconnect, transport)
801 transport): argument
1092 def gatt_connect(self, peer_identifier, transport, autoconnect): argument
1352 transport): argument
1382 non_bondable, transport)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py287 transport = gatt_transport['le']
295 if self.dut.gatt_connect(self.peer_identifier, transport,
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py358 transport=gatt_transport['auto'],
372 transport=gatt_transport['auto'],
1052 transport = gatt_transport['auto']
1136 gatt_callback, mac_address_pre_restart, autoconnect, transport,
1161 gatt_callback, mac_address_post_restart, autoconnect, transport,
/tools/tradefederation/core/
Dtradefed_win.bat36 set RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=!TF_DEBUG_PORT!