Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp108 struct PerMethod struct in crow::Router
114 PerMethod() : rules(1) {} in PerMethod() function
176 for (PerMethod& perMethod : perMethods) in validate()
195 const PerMethod& perMethod) in findRouteByPerMethod()
264 PerMethod& perMethod = upgradeRoutes; in handleUpgrade()
374 for (const PerMethod& pm : perMethods) in getRoutes()
387 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods;
389 PerMethod notFoundRoutes;
390 PerMethod upgradeRoutes;
391 PerMethod methodNotAllowedRoutes;
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp117 struct PerMethod struct in redfish::OemRouter
123 PerMethod() : rules(1) {} in PerMethod() function
155 const PerMethod& perMethod) in findRouteByPerMethod()
206 for (PerMethod& perMethod : perMethods) in validate()
253 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods;