Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.cpp187 bool VsockConnection::WriteMessage(const std::string& data) { in WriteMessage() function in cuttlefish::VsockConnection
191 bool VsockConnection::WriteMessage(const std::vector<char>& data) { in WriteMessage() function in cuttlefish::VsockConnection
196 bool VsockConnection::WriteMessage(const Json::Value& data) { in WriteMessage() function in cuttlefish::VsockConnection
Dunix_sockets.cpp223 Result<void> UnixMessageSocket::WriteMessage(const UnixSocketMessage& message) { in WriteMessage() function in cuttlefish::UnixMessageSocket