Home
last modified time | relevance | path

Searched refs:RequestImpl (Results 1 – 2 of 2) sorted by relevance

/external/libweave/examples/provider/
Devent_http_server.cc30 class HttpServerImpl::RequestImpl : public Request { class in weave::examples::HttpServerImpl
32 RequestImpl(EventPtr<evhtp_request_t> req) : req_(std::move(req)) { in RequestImpl() function in weave::examples::HttpServerImpl::RequestImpl
39 ~RequestImpl() {} in ~RequestImpl()
142 std::unique_ptr<RequestImpl> request{new RequestImpl{EventPtr<evhtp_request_t>{req}}}; in ProcessRequest()
169 void HttpServerImpl::ProcessReply(std::shared_ptr<RequestImpl> request, in ProcessReply()
Devent_http_server.h28 class RequestImpl;
45 void ProcessReply(std::shared_ptr<RequestImpl> request,