Searched refs:network_connect (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/pairing_connection/tests/ |
D | pairing_client.cpp | 136 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/ |
D | network.cpp | 136 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/ |
D | pairing_client.cpp | 131 unique_fd fd(network_connect(host_, port_, SOCK_STREAM, timeout, &err)); in StartConnection()
|
/system/core/adb/ |
D | socket_spec.cpp | 202 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()
|
D | sysdeps.h | 184 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);
|
D | sysdeps_win32.cpp | 933 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function
|
/system/core/adb/client/ |
D | transport_local.cpp | 146 fd.reset(network_connect(host, adb_port, SOCK_STREAM, 0, error)); in local_connect_arbitrary_ports()
|