Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp195 static FindRoute findRouteByPerMethod(std::string_view url, in findHelper()
225 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findHelper()
250 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in add()
310 foundRoute.route = findRouteByPerMethod( in debugNodePrint()
316 foundRoute.route = findRouteByPerMethod(
500 static FindRoute findRouteByPerMethod(std::string_view url, findRouteByPerMethod() function in crow::Router