Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp348 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade() argument
349 if (thisRes.result() != boost::beast::http::status::ok) in doUpgrade()
357 self->completeRequest(thisRes); in doUpgrade()
442 [self(shared_from_this())](Response& thisRes) { in handle() argument
443 self->completeRequest(thisRes); in handle()
498 void completeRequest(Response& thisRes) in completeRequest() argument
500 res = std::move(thisRes); in completeRequest()
H A Dhttp2_connection.hpp309 Response& thisRes = it->second.res; in onRequestRecv() local
311 thisRes.setCompleteRequestHandler( in onRequestRecv()