Home
last modified time | relevance | path

Searched refs:NewClient (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/
Dsocket.h58 static std::unique_ptr<Socket> NewClient(Protocol protocol, const std::string& hostname,
Dtcp.cpp182 return internal::Connect(Socket::NewClient(Socket::Protocol::kTcp, hostname, port, error), in Connect()
Dsocket.cpp246 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient() function in Socket
Dudp.cpp374 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error), in Connect()
Dsocket_test.cpp44 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()