Searched refs:handleUpgrade (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/http/routing/ |
H A D | sserule.hpp | 34 void handleUpgrade(const Request& req, 37 void handleUpgrade(const Request& req,
|
H A D | websocketrule.cpp | 19 void WebSocketRule::handleUpgrade( in handleUpgrade() function in crow::WebSocketRule 33 void WebSocketRule::handleUpgrade( in handleUpgrade() function in crow::WebSocketRule
|
H A D | baserule.hpp | 48 virtual void handleUpgrade( in handleUpgrade() function in crow::BaseRule 56 virtual void handleUpgrade( in handleUpgrade() function in crow::BaseRule
|
H A D | sserule.cpp | 43 void SseSocketRule::handleUpgrade( in handleUpgrade() function in crow::SseSocketRule 54 void SseSocketRule::handleUpgrade( in handleUpgrade() function in crow::SseSocketRule
|
H A D | websocketrule.hpp | 47 void handleUpgrade(const Request& req, 51 void handleUpgrade(const Request& req,
|
/openbmc/bmcweb/http/ |
H A D | app.hpp | 43 void handleUpgrade(const std::shared_ptr<Request>& req, in handleUpgrade() function in crow::App 47 router.handleUpgrade(req, asyncResp, std::forward<Adaptor>(adaptor)); in handleUpgrade()
|
H A D | routing.hpp | 566 void handleUpgrade(const std::shared_ptr<Request>& req, in handleUpgrade() function in crow::Router 599 rule.handleUpgrade(*req, asyncResp, std::move(adaptor)); in handleUpgrade()
|
H A D | http_connection.hpp | 355 handler->handleUpgrade(req, asyncResp, in doUpgrade() 360 handler->handleUpgrade(req, asyncResp, std::move(adaptor)); in doUpgrade()
|
/openbmc/bmcweb/test/http/ |
H A D | http_connection_test.cpp | 31 static void handleUpgrade( in handleUpgrade() function
|