Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp194 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod() function in crow::Router
224 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()
249 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()
309 foundRoute.route = findRouteByPerMethod( in handle()
315 foundRoute.route = findRouteByPerMethod( in handle()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp154 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod() function in redfish::OemRouter
189 findRouteByPerMethod(req.url(), perMethods[reqMethodIndex]); in findRoute()