Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.hpp59 void execute(CommandHandler command);
102 std::queue<CommandHandler> workQueue{};
H A Dhost-interface.cpp91 auto cmd = phosphor::host::command::CommandHandler( in currentFirmwareCondition()
H A Dhost-cmd-manager.cpp147 void Manager::execute(CommandHandler command) in execute()
H A Dipmid-new.cpp813 using CommandHandler = phosphor::host::command::CommandHandler; typedef
815 void ipmid_send_cmd_to_host(CommandHandler&& cmd) in ipmid_send_cmd_to_host()
817 cmdManager->execute(std::forward<CommandHandler>(cmd)); in ipmid_send_cmd_to_host()
/openbmc/phosphor-host-ipmid/include/ipmid-host/
H A Dcmd.hpp7 extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
H A Dcmd-utils.hpp48 using CommandHandler = std::tuple<IpmiCmdData, CallBack>; typedef