Home
last modified time | relevance | path

Searched refs:max_connections (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py116 max_workers=max(rpc_client.max_connections - 2, 1))
137 max_connections=None): argument
164 if max_connections is None:
165 self.max_connections = RpcClient.DEFAULT_MAX_CONNECTION
167 self.max_connections = max_connections
207 if client_count < self.max_connections:
211 if client_count < self.max_connections:
Dsl4a_manager.py245 max_connections=None, argument
278 max_connections=max_connections)
Dsl4a_session.py58 max_connections=None): argument
93 max_connections=max_connections)
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py75 max_connections = 5 variable in ConcurrentGattConnectTest
88 for i in range(1, self.max_connections + 1):
158 if len(address_list) < self.max_connections:
206 self.max_connections):
287 self.max_connections):
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1106 def start_new_session(self, max_connections=None, server_port=None): argument
1120 max_connections=max_connections, server_port=server_port)
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_client_test.py147 client.max_connections = 0