Home
last modified time | relevance | path

Searched refs:commandTable (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dcommand_table.cpp20 auto& command = commandTable[inCommand.command]; in registerCommand()
38 auto iterator = commandTable.find(inCommand); in executeCommand()
40 if (iterator == commandTable.end()) in executeCommand()
H A Dcommand_table.hpp273 CommandTable commandTable; member in command::Table