Searched refs:host_port (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 195 def tcp_forward(self, host_port, device_port): argument 211 host_port = self._ssh_connection.create_ssh_tunnel( 212 remote_port, local_port=host_port) 213 output = self.forward("tcp:%d tcp:%d" % (host_port, device_port), 219 return host_port 226 def remove_tcp_forward(self, host_port): argument 233 remote_port = self._ssh_connection.close_ssh_tunnel(host_port) 236 host_port) 239 host_port = remote_port 240 self.forward("--remove tcp:%d" % host_port)
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | sl4a_session.py | 54 host_port, argument 91 connection_creator = self._rpc_connection_creator(host_port) 98 def _rpc_connection_creator(self, host_port): argument 101 host_port, self.forwarded_port, self.server_port),
|