Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp295 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
296 self->completeRequest(thisRes); in handle()
308 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
309 if (thisRes.result() != boost::beast::http::status::ok) in handle()
317 self->completeRequest(thisRes); in handle()
371 void completeRequest(crow::Response& thisRes) in completeRequest() argument
373 res = std::move(thisRes); in completeRequest()
H A Dhttp2_connection.hpp252 crow::Response& thisRes = it->second.res; in onRequestRecv() local
254 thisRes.setCompleteRequestHandler( in onRequestRecv()