Home
last modified time | relevance | path

Searched defs:BaseConnection (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DBaseConnection.h25 struct BaseConnection : public std::enable_shared_from_this<BaseConnection> { struct
32 BaseConnection &operator=(const BaseConnection &) = delete; argument
49 std::unique_ptr<BufferedSocket> mSocket;
51 std::vector<uint8_t> mInBuffer;
52 size_t mInBufferLen;
54 bool mSendPending;
55 std::vector<uint8_t> mOutBuffer;
/device/google/cuttlefish/host/frontend/gcastv2/https/
DBaseConnection.cpp22 BaseConnection::BaseConnection(std::shared_ptr<RunLoop> runLoop, int sock) in BaseConnection() function in BaseConnection