Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3322 dbusToRfAllowedHostTransitions(const std::string& dbusAllowedHostTran, in dbusToRfAllowedHostTransitions() argument
3325 if (dbusAllowedHostTran == "xyz.openbmc_project.State.Host.Transition.On") in dbusToRfAllowedHostTransitions()
3330 else if (dbusAllowedHostTran == in dbusToRfAllowedHostTransitions()
3335 else if (dbusAllowedHostTran == in dbusToRfAllowedHostTransitions()
3340 else if (dbusAllowedHostTran == in dbusToRfAllowedHostTransitions()
3347 BMCWEB_LOG_WARNING("Unsupported host tran {}", dbusAllowedHostTran); in dbusToRfAllowedHostTransitions()