Home
last modified time | relevance | path

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

/system/core/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()
/system/core/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
/system/core/adb/client/pairing/
Dpairing_client.cpp131 unique_fd fd(network_connect(host_, port_, SOCK_STREAM, timeout, &err)); in StartConnection()
/system/core/adb/
Dsocket_spec.cpp202 fd->reset(network_connect(mdns_info->addr, mdns_info->port, SOCK_STREAM, 0, error)); in socket_spec_connect()
215 fd->reset(network_connect(hostname, port_value, SOCK_STREAM, 0, error)); in socket_spec_connect()
Dsysdeps.h184 int network_connect(const std::string& host, int port, int type, int timeout,
577 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error);
Dsysdeps_win32.cpp933 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function
/system/core/adb/client/
Dtransport_local.cpp146 fd.reset(network_connect(host, adb_port, SOCK_STREAM, 0, error)); in local_connect_arbitrary_ports()