Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/
H A Dti_handler.cpp112 util::dbus::transitionHost(util::dbus::HostState::Crash); in handlePhypTi()
117 util::dbus::transitionHost(util::dbus::HostState::Quiesce); in handlePhypTi()
168 util::dbus::transitionHost(util::dbus::HostState::Quiesce); in handleHbTiWithEid()
229 util::dbus::transitionHost(util::dbus::HostState::Quiesce); in handleHbTiWithSrc()
H A Dvital_handler.cpp165 util::dbus::transitionHost(util::dbus::HostState::Quiesce); in handleVital()
H A Dattn_handler.cpp260 util::dbus::transitionHost(util::dbus::HostState::Quiesce); in handleCheckstop()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_main.cpp28 transitionHost(HOST_STATE_DIAGNOSTIC_MODE); in triggerHostbootDump()
33 transitionHost(HOST_STATE_QUIESCE_TGT); in triggerHostbootDump()
H A Dwatchdog_common.hpp15 void transitionHost(const std::string& target);
H A Dwatchdog_common.cpp15 void transitionHost(const std::string& target) in transitionHost() function
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp107 void transitionHost(const HostState i_hostState);
H A Ddbus.cpp172 void transitionHost(const HostState i_hostState) in transitionHost() function