Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp29 std::vector<std::string> allowedHostTransitions; in TEST() local
31 afterGetAllowedHostTransitions(response, ec, allowedHostTransitions); in TEST()
42 std::vector<std::string> allowedHostTransitions; in TEST() local
44 afterGetAllowedHostTransitions(response, ec, allowedHostTransitions); in TEST()
71 std::vector<std::string> allowedHostTransitions = { in TEST() local
77 afterGetAllowedHostTransitions(response, ec, allowedHostTransitions); in TEST()
103 std::vector<std::string> allowedHostTransitions = { in TEST() local
110 afterGetAllowedHostTransitions(response, ec, allowedHostTransitions); in TEST()
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.cpp100 server::Host::allowedHostTransitions(supportedTransitions); in setupSupportedTransitions()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3477 const std::vector<std::string>& allowedHostTransitions) in afterGetAllowedHostTransitions() argument
3509 for (const std::string& transition : allowedHostTransitions) in afterGetAllowedHostTransitions()