Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp301 FindRouteResponse foundRoute = findRoute(*req); in handle() local
303 if (foundRoute.route.rule == nullptr) in handle()
307 if (foundRoute.allowHeader.empty()) in handle()
309 foundRoute.route = findRouteByPerMethod( in handle()
315 foundRoute.route = findRouteByPerMethod( in handle()
321 if (!foundRoute.allowHeader.empty()) in handle()
324 foundRoute.allowHeader); in handle()
329 if (foundRoute.route.rule == nullptr) in handle()
331 if (foundRoute.allowHeader.empty()) in handle()
343 BaseRule& rule = *foundRoute.route.rule; in handle()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp226 FindRouteResponse foundRoute = findRoute(*req); in handle() local
228 std::move(foundRoute.route.fragmentRules); in handle()
229 std::vector<std::string> params = std::move(foundRoute.route.params); in handle()