Home
last modified time | relevance | path

Searched defs:handleUpgrade (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/http/routing/
H A Dwebsocketrule.cpp19 void WebSocketRule::handleUpgrade( in handleUpgrade() function in crow::WebSocketRule
33 void WebSocketRule::handleUpgrade( in handleUpgrade() function in crow::WebSocketRule
H A Dsserule.cpp43 void SseSocketRule::handleUpgrade( in handleUpgrade() function in crow::SseSocketRule
54 void SseSocketRule::handleUpgrade( in handleUpgrade() function in crow::SseSocketRule
H A Dbaserule.hpp48 virtual void handleUpgrade( in handleUpgrade() function in crow::BaseRule
56 virtual void handleUpgrade( in handleUpgrade() function in crow::BaseRule
/openbmc/bmcweb/test/http/
H A Dhttp_connection_test.cpp31 static void handleUpgrade( in handleUpgrade() function
/openbmc/bmcweb/http/
H A Dapp.hpp43 void handleUpgrade(const std::shared_ptr<Request>& req, in handleUpgrade() function in crow::App
H A Drouting.hpp566 void handleUpgrade(const std::shared_ptr<Request>& req, in handleUpgrade() function in crow::Router