Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp339 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade() argument
340 if (thisRes.result() != boost::beast::http::status::ok) in doUpgrade()
348 self->completeRequest(thisRes); in doUpgrade()
431 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument
432 self->completeRequest(thisRes); in handle()
487 void completeRequest(crow::Response& thisRes) in completeRequest() argument
489 res = std::move(thisRes); in completeRequest()
H A Dhttp2_connection.hpp285 crow::Response& thisRes = it->second.res; in onRequestRecv() local
287 thisRes.setCompleteRequestHandler( in onRequestRecv()