Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dapp.hpp151 std::vector<const std::string*> getRoutes() in getRoutes() function in crow::App
154 return router.getRoutes(root); in getRoutes()
156 std::vector<const std::string*> getRoutes(const std::string& parent) in getRoutes() function in crow::App
158 return router.getRoutes(parent); in getRoutes()
H A Drouting.hpp676 std::vector<const std::string*> getRoutes(const std::string& parent) in getRoutes() function in crow::Router
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp26 EXPECT_THAT(app.getRoutes(), IsEmpty()); in TEST()
65 EXPECT_THAT(app.getRoutes(), UnorderedElementsAre( in TEST()
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_test.cpp27 for (const std::string* route : app.getRoutes()) in TEST()