Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp307 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
308 self->completeRequest(thisRes); in handle()
320 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
321 if (thisRes.result() != boost::beast::http::status::ok) in handle()
329 self->completeRequest(thisRes); in handle()
384 void completeRequest(crow::Response& thisRes) in completeRequest() argument
386 res = std::move(thisRes); in completeRequest()
H A Dhttp2_connection.hpp254 crow::Response& thisRes = it->second.res; in onRequestRecv() local
256 thisRes.setCompleteRequestHandler( in onRequestRecv()