Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dsocket.h57 static std::unique_ptr<Socket> NewClient(Protocol protocol, const std::string& hostname,
H A Dtcp.cpp187 return internal::Connect(Socket::NewClient(Socket::Protocol::kTcp, hostname, port, error), in Connect()
H A Dsocket.cpp252 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient() function in Socket
H A Dudp.cpp379 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error), in Connect()
H A Dsocket_test.cpp44 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()
/aosp14/system/core/fastboot/fuzzer/
H A Dfastboot_fuzzer.cpp92 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()