Searched refs:findRouteByPerMethod (Results 1 – 2 of 2) sorted by relevance
194 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod() function in crow::Router224 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()
154 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod() function in redfish::OemRouter189 findRouteByPerMethod(req.url(), perMethods[reqMethodIndex]); in findRoute()