Searched refs:commandStatusHandler (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-host-ipmi-oem/ |
H A D | host-interface.cpp | 46 std::bind(&Host::commandStatusHandler, this, std::placeholders::_1, in execute() 55 void Host::commandStatusHandler(IpmiCmdData cmd, bool status) in commandStatusHandler() function in open_power::host::command::Host
|
H A D | host-interface.hpp | 57 void commandStatusHandler(IpmiCmdData cmd, bool status);
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-interface.cpp | 56 std::bind(&Host::commandStatusHandler, this, std::placeholders::_1, in execute() 63 void Host::commandStatusHandler(IpmiCmdData cmd, bool status) in commandStatusHandler() function in phosphor::host::command::Host
|
H A D | host-interface.hpp | 64 void commandStatusHandler(IpmiCmdData cmd, bool status);
|