Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.h29 virtual std::string Describe() const = 0;
38 std::string Describe() const override;
50 std::string Describe() const override;
61 std::string Describe() const override;
Dclient.h28 virtual std::string Describe() const = 0;
36 std::string Describe() const override;
49 std::string Describe() const override;
Dserver.cpp67 std::string TcpServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::TcpServer
90 std::string VsockServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::VsockServer
103 std::string DupServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::DupServer
Dclient.cpp83 std::string TcpClient::Describe() const { in Describe() function in cuttlefish::socket_proxy::TcpClient
108 std::string VsockClient::Describe() const { in Describe() function in cuttlefish::socket_proxy::VsockClient
Dsocket_vsock_proxy.cpp149 LOG(INFO) << "From: " << server.Describe(); in StartProxyAsync()
150 LOG(INFO) << "To: " << client.Describe(); in StartProxyAsync()