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.cpp93 auto cmd = phosphor::host::command::CommandHandler( in currentFirmwareCondition()
H A Dipmid-new.cpp805 using CommandHandler = phosphor::host::command::CommandHandler; typedef
807 void ipmid_send_cmd_to_host(CommandHandler&& cmd) in ipmid_send_cmd_to_host()
809 cmdManager->execute(std::forward<CommandHandler>(cmd)); in ipmid_send_cmd_to_host()
H A Dhost-cmd-manager.cpp149 void Manager::execute(CommandHandler command) in execute()
/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