Lines Matching refs:CommandInterface
25 std::vector<std::unique_ptr<CommandInterface>> commands;
120 class GetPLDMTypes : public CommandInterface
130 using CommandInterface::CommandInterface;
188 class GetPLDMVersion : public CommandInterface
199 CommandInterface(type, name, app) in GetPLDMVersion()
254 class GetTID : public CommandInterface
264 using CommandInterface::CommandInterface;
292 class GetPLDMCommands : public CommandInterface
303 CLI::App* app) : CommandInterface(type, name, app) in GetPLDMCommands()
413 class SetTID : public CommandInterface
424 CommandInterface(type, name, app) in SetTID()