Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp305 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
306 self->completeRequest(thisRes); in handle()
318 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
319 if (thisRes.result() != boost::beast::http::status::ok) in handle()
327 self->completeRequest(thisRes); in handle()
382 void completeRequest(crow::Response& thisRes) in completeRequest() argument
384 res = std::move(thisRes); in completeRequest()
H A Dhttp2_connection.hpp256 crow::Response& thisRes = it->second.res; in onRequestRecv() local
258 thisRes.setCompleteRequestHandler( in onRequestRecv()