Home
last modified time | relevance | path

Searched defs:allowedHostTransitions (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp29 std::vector<std::string> allowedHostTransitions; in TEST() local
42 std::vector<std::string> allowedHostTransitions; in TEST() local
71 std::vector<std::string> allowedHostTransitions = { in TEST() local
103 std::vector<std::string> allowedHostTransitions = { in TEST() local
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3495 afterGetAllowedHostTransitions(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::vector<std::string> & allowedHostTransitions) afterGetAllowedHostTransitions() argument