Home
last modified time | relevance | path

Searched refs:network_connect (Results 1 – 7 of 7) sorted by relevance

/packages/modules/adb/pairing_connection/tests/
Dpairing_client.cpp136 static int network_connect(const std::string& host, int port, int type, int timeout, in network_connect() function
165 unique_fd fd(network_connect(host_, port_, SOCK_STREAM, timeout, &err)); in StartConnection()
/packages/modules/adb/
Dsocket_spec.cpp211 fd->reset(network_connect(mdns_info->addr, mdns_info->port, SOCK_STREAM, 0, error)); in socket_spec_connect()
224 fd->reset(network_connect(hostname, port_value, SOCK_STREAM, 0, error)); in socket_spec_connect()
Dsysdeps.h185 int network_connect(const std::string& host, int port, int type, int timeout,
608 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error);
Dsysdeps_win32.cpp1127 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function
/packages/modules/adb/client/pairing/
Dpairing_client.cpp131 unique_fd fd(network_connect(host_, port_, SOCK_STREAM, timeout, &err)); in StartConnection()
/packages/modules/adb/sysdeps/posix/
Dnetwork.cpp136 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function
/packages/modules/adb/client/
Dtransport_local.cpp146 fd.reset(network_connect(host, adb_port, SOCK_STREAM, 0, error)); in local_connect_arbitrary_ports()