Home
last modified time | relevance | path

Searched refs:TcpClient (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dclient.cpp54 TcpClient::TcpClient(std::string host, int port) : host_(std::move(host)), port_(port) {} in TcpClient() function in cuttlefish::socket_proxy::TcpClient
56 SharedFD TcpClient::Start() { in Start()
80 std::string TcpClient::Describe() const { in Describe()
Dclient.h30 class TcpClient : public Client {
32 TcpClient(std::string host, int port);
Dsocket_vsock_proxy.cpp109 client = std::make_unique<TcpClient>(FLAGS_client_tcp_host, FLAGS_client_tcp_port); in BuildClient()