Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 64) sorted by relevance

123

/tools/netsim/src/core/
Dserver.h28 GrpcServer(std::unique_ptr<grpc::Server> server, std::uint32_t port) in GrpcServer()
36 std::uint32_t port; variable
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/
Dhost_utils.py37 def is_port_available(port): argument
50 def _try_bind(port, socket_type, socket_proto): argument
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbTcpConnection.java131 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect()
176 private boolean confirmAdbTcpConnect(String host, String port) { in confirmAdbTcpConnect()
193 private CommandResult adbConnect(String host, String port) { in adbConnect()
224 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect()
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py265 def __init__(self, port): argument
274 def port(self): member in IPerfServerBase
348 def __init__(self, port=5201): argument
356 def port(self): member in IPerfServer
428 port, argument
453 def port(self): member in IPerfServerOverSsh
624 def __init__(self, android_device_or_serial, port): argument
641 def port(self): member in IPerfServerOverAdb
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py88 def get_port_properties(self, port): argument
154 def port_exists(self, port): argument
169 port, argument
236 def refresh_port_connection(self, port): argument
/tools/netsim/rust/daemon/src/grpc_server/
Dserver.rs38 let port = server.add_listening_port(addr.clone(), ServerCredentials::insecure()).unwrap(); in start() localVariable
/tools/netsim/src/frontend/
Dfrontend_client_stub.cc35 auto port = netsim::osutils::GetServerAddress(instance_num); in NewFrontendClient() local
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_authentication.py26 def __init__(self, hostname, username="root", password="root", port=22): argument
/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperFuncTest.java53 final int port = backend.getPort(); // FIXME race condition in testTimeout() local
94 final int port = backend.getPort(); // FIXME race condition in testNoTimeout() local
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java205 public RunnerConfig(int port, String address, int timeout) { in RunnerConfig()
263 int port = -1; in parseFlags() local
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py62 port=22, argument
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTwTest.py193 def get_angle(self, port): argument
213 def set_angle(self, port, angle): argument
229 def check_angle(self, port, angle): argument
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_iperf_measurement.py237 def port(self): member in Cmx500IPerfService
242 def port(self, port): member in Cmx500IPerfService
Dcmw500_iperf_measurement.py342 def port(self): member in CMW500IPerfService
349 def port(self, port): member in CMW500IPerfService
/tools/asuite/atest/test_runners/
Dexample_test_runner.py68 def generate_run_commands(self, test_infos, extra_args, port=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py43 def open(self, host, port=23): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRootcanalForwarderPreparer.java94 private String adbForward(ITestDevice testDevice, String port) in adbForward()
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py50 def open(self, host, port=23): argument
/tools/tradefederation/contrib/src/com/android/performance/tests/
DEmulatorStartupPerfTest.java49 String port = device.getSerialNumber().replace("emulator-", ""); in launchEmulator() local
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java87 int port = -1; in Sl4aClient() local
128 int port = -1; in startSL4A() local
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py52 def open(self, host, port=23): argument
Dhttp.py46 def open(self, host, port=80, timeout=2): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dsocket_test_utils.py28 def open_android_socket(ad, domain, sock_type, ip, port): argument
110 def open_datagram_socket(ad, ip, port): argument
/tools/acloud/internal/lib/
Demulator_console.py41 def __init__(self, ip_addr, port, ssh_user, ssh_private_key_path, argument
/tools/netsim/src/backend/
Dpacket_streamer_client.cc50 auto port = netsim::osutils::GetServerAddress(); in CreateGrpcChannel() local

123