Home
last modified time | relevance | path

Searched refs:isUpgrade (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/http/routing/
H A Dbaserule.hpp95 bool isUpgrade = false; member in crow::BaseRule
H A Dsserule.cpp27 isUpgrade = true; in SseSocketRule()
H A Dwebsocketrule.hpp30 isUpgrade = true; in WebSocketRule()
/openbmc/bmcweb/http/
H A Dhttp_request.hpp151 bool isUpgrade() const in isUpgrade() function
H A Drouting.hpp461 if (ruleObject->isUpgrade) in internalAddRuleObject()