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.hpp3315 const std::string& dbusAllowedHostTran, in dbusToRfAllowedHostTransitions() argument
3318 if (dbusAllowedHostTran == "xyz.openbmc_project.State.Host.Transition.On") in dbusToRfAllowedHostTransitions()
3323 else if (dbusAllowedHostTran == in dbusToRfAllowedHostTransitions()
3328 else if (dbusAllowedHostTran == in dbusToRfAllowedHostTransitions()
3333 else if (dbusAllowedHostTran == in dbusToRfAllowedHostTransitions()
3340 BMCWEB_LOG_WARNING("Unsupported host tran {}", dbusAllowedHostTran); in dbusToRfAllowedHostTransitions()