Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp143 struct FindRoute struct in redfish::OemRouter
151 FindRoute route;
154 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod()
157 FindRoute route; in findRouteByPerMethod()
188 FindRoute route = in findRoute()
/openbmc/bmcweb/http/
H A Drouting.hpp182 struct FindRoute struct in crow::Router
191 FindRoute route;
194 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod()
197 FindRoute route; in findRouteByPerMethod()
224 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()
249 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()