Searched refs:NewClient (Results 1 – 6 of 6) sorted by relevance
/system/core/fastboot/ |
D | socket.h | 57 static std::unique_ptr<Socket> NewClient(Protocol protocol, const std::string& hostname,
|
D | tcp.cpp | 187 return internal::Connect(Socket::NewClient(Socket::Protocol::kTcp, hostname, port, error), in Connect()
|
D | socket.cpp | 252 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient() function in Socket
|
D | udp.cpp | 379 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error), in Connect()
|
D | socket_test.cpp | 44 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()
|
/system/core/fastboot/fuzzer/ |
D | fastboot_fuzzer.cpp | 92 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()
|