Android-cuttlefish cvd tool
|
This is the complete list of members for TcpSocket, including all inherited members.
Accept() override | TcpSocket | virtual |
Close() | Socket | virtual |
DISALLOW_COPY_AND_ASSIGN(TcpSocket) | TcpSocket | private |
FRIEND_TEST(SocketTest, TestTcpSendBuffers) | Socket | private |
FRIEND_TEST(SocketTest, TestUdpSendBuffers) | Socket | private |
GetErrorMessage() | Socket | static |
GetLocalPort() | Socket | |
NewClient(Protocol protocol, const std::string &hostname, int port, std::string *error) | Socket | static |
NewServer(Protocol protocol, int port) | Socket | static |
Protocol enum name | Socket | |
Receive(void *data, size_t length, int timeout_ms) override | TcpSocket | virtual |
receive_timed_out_ | Socket | protected |
ReceiveAll(void *data, size_t length, int timeout_ms) | Socket | virtual |
ReceiveTimedOut() | Socket | inline |
Send(const void *data, size_t length) override | TcpSocket | virtual |
Send(std::vector< cutils_socket_buffer_t > buffers) override | TcpSocket | virtual |
sock_ | Socket | protected |
Socket(cutils_socket_t sock) | Socket | explicitprotected |
socket_send_buffers_function_ | Socket | protected |
TcpSocket(cutils_socket_t sock) | TcpSocket | inlineexplicit |
WaitForRecv(int timeout_ms) | Socket | protected |
~Socket() | Socket | virtual |