Home
last modified time | relevance | path

Searched refs:registerCommand (Results 1 – 17 of 17) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldmtool.cpp56 void registerCommand(CLI::App& app) in registerCommand() function
71 pldmtool::raw::registerCommand(app); in main()
72 pldmtool::base::registerCommand(app); in main()
73 pldmtool::bios::registerCommand(app); in main()
74 pldmtool::platform::registerCommand(app); in main()
75 pldmtool::fru::registerCommand(app); in main()
76 pldmtool::fw_update::registerCommand(app); in main()
79 pldmtool::oem_ibm::registerCommand(app); in main()
H A Dpldm_bios_cmd.hpp10 void registerCommand(CLI::App& app);
H A Dpldm_fru_cmd.hpp11 void registerCommand(CLI::App& app);
H A Dpldm_base_cmd.hpp11 void registerCommand(CLI::App& app);
H A Dpldm_fw_update_cmd.hpp11 void registerCommand(CLI::App& app);
H A Dpldm_platform_cmd.hpp11 void registerCommand(CLI::App& app);
H A Dpldm_fru_cmd.cpp449 void registerCommand(CLI::App& app) in registerCommand() function
H A Dpldm_base_cmd.cpp464 void registerCommand(CLI::App& app) in registerCommand() function
H A Dpldm_bios_cmd.cpp953 void registerCommand(CLI::App& app) in registerCommand() function
H A Dpldm_fw_update_cmd.cpp1316 void registerCommand(CLI::App& app) in registerCommand() function
H A Dpldm_platform_cmd.cpp2287 void registerCommand(CLI::App& app) in registerCommand() function
/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.hpp11 void registerCommand(CLI::App& app);
H A Dpldm_oem_ibm.cpp199 void registerCommand(CLI::App& app) in registerCommand() function
/openbmc/phosphor-net-ipmid/
H A Dsol_module.cpp48 ::command::Table::get().registerCommand( in registerCommands()
H A Dcomm_module.cpp65 command::Table::get().registerCommand( in sessionSetupCommands()
H A Dcommand_table.hpp257 void registerCommand(CommandID inCommand, std::unique_ptr<Entry>&& entry);
H A Dcommand_table.cpp18 void Table::registerCommand(CommandID inCommand, std::unique_ptr<Entry>&& entry) in registerCommand() function in command::Table