Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dapp.hpp176 std::vector<const std::string*> getRoutes() in getRoutes() function in crow::App
179 return router.getRoutes(root); in getRoutes()
181 std::vector<const std::string*> getRoutes(const std::string& parent) in getRoutes() function in crow::App
183 return router.getRoutes(parent); in getRoutes()
H A Drouting.hpp675 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.cpp28 EXPECT_THAT(app.getRoutes(), IsEmpty()); in TEST()
67 EXPECT_THAT(app.getRoutes(), UnorderedElementsAre( in TEST()
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_test.cpp23 for (const std::string* route : app.getRoutes()) in TEST()