Home
last modified time | relevance | path

Searched refs:SendReply (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/sandbox/mac/
Dmessage_server.h60 virtual bool SendReply(IPCMessage reply) = 0;
/external/libweave/include/weave/provider/
Dhttp_server.h118 virtual void SendReply(int status_code,
/external/libweave/src/privet/
Dprivet_manager.cc152 request->SendReply(status, data, http::kJson); in PrivetResponseHandler()
/external/libweave/examples/provider/
Devent_http_server.cc52 void SendReply(int status_code, in SendReply() function in weave::examples::HttpServerImpl::RequestImpl