Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DClientSocket.h47 void queueResponse(const std::string &response, const std::string &body);
/device/google/cuttlefish/host/frontend/gcastv2/https/
DClientSocket.cpp196 void ClientSocket::queueResponse( in queueResponse() function in ClientSocket
DHTTPServer.cpp202 clientSocket->queueResponse(response, body); in handleSingleRequest()