Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.hpp49 std::bind(std::mem_fn(&SoftPowerOff::hostControlEvent), this, in SoftPowerOff()
142 void hostControlEvent(sdbusplus::message_t& msg);
H A Dsoftoff.cpp58 void SoftPowerOff::hostControlEvent(sdbusplus::message_t& msg) in hostControlEvent() function in phosphor::ipmi::SoftPowerOff
/openbmc/openpower-occ-control/
H A Docc_status.hpp125 std::bind(std::mem_fn(&Status::hostControlEvent), this, in Status()
330 void hostControlEvent(sdbusplus::message_t& msg);
H A Docc_status.cpp180 void Status::hostControlEvent(sdbusplus::message_t& msg) in hostControlEvent() function in open_power::occ::Status