Searched refs:RequestImpl (Results 1 – 4 of 4) sorted by relevance
30 class RequestImpl final : public Request {38 LIBWEBSERV_PRIVATE RequestImpl(DBusProtocolHandler* handler,45 DISALLOW_COPY_AND_ASSIGN(RequestImpl);
48 RequestImpl::RequestImpl(DBusProtocolHandler* handler, in RequestImpl() function in libwebserv::RequestImpl54 brillo::StreamPtr RequestImpl::GetDataStream() { in GetDataStream()
71 std::unique_ptr<RequestImpl> request{ in ProcessRequest()72 new RequestImpl{protocol_handler, url, method}}; in ProcessRequest()
34 class RequestImpl : public HttpServer::Request { class36 explicit RequestImpl(std::unique_ptr<libwebserv::Request> request, in RequestImpl() function in buffet::__anon4fd828fa0111::RequestImpl39 ~RequestImpl() override {} in ~RequestImpl()86 DISALLOW_COPY_AND_ASSIGN(RequestImpl);147 new RequestImpl{std::move(request), std::move(response)}}; in OnRequest()