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.py68 max_workers=max(rpc_client.max_connections - 2, 1))
89 max_connections=None): argument
116 if max_connections is None:
117 self.max_connections = RpcClient.DEFAULT_MAX_CONNECTION
119 self.max_connections = max_connections
159 if client_count < self.max_connections:
163 if client_count < self.max_connections:
Dsl4a_session.py56 max_connections=None): argument
91 max_connections=max_connections)
Dsl4a_manager.py245 max_connections=None, argument
278 max_connections=max_connections)
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py75 max_connections = 5 variable in ConcurrentGattConnectTest
90 for i in range(1, self.max_connections + 1):
160 if len(address_list) < self.max_connections:
208 self.max_connections):
289 self.max_connections):
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_client_test.py147 client.max_connections = 0
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py994 def start_new_session(self, max_connections=None, server_port=None): argument
1008 max_connections=max_connections, server_port=server_port)