Lines Matching refs:CommandInterface
22 std::vector<std::unique_ptr<CommandInterface>> commands;
119 class GetStatus : public CommandInterface
129 using CommandInterface::CommandInterface;
209 class GetFwParams : public CommandInterface
219 using CommandInterface::CommandInterface;
455 class QueryDeviceIdentifiers : public CommandInterface
479 using CommandInterface::CommandInterface;
658 class RequestUpdate : public CommandInterface
669 CommandInterface(type, name, app) in RequestUpdate()
807 class PassComponentTable : public CommandInterface
819 CommandInterface(type, name, app) in PassComponentTable()
967 class UpdateComponent : public CommandInterface
978 CLI::App* app) : CommandInterface(type, name, app) in UpdateComponent()
1156 class ActivateFirmware : public CommandInterface
1167 CLI::App* app) : CommandInterface(type, name, app) in ActivateFirmware()
1218 class CancelUpdateComponent : public CommandInterface
1228 using CommandInterface::CommandInterface;
1259 class CancelUpdate : public CommandInterface
1269 using CommandInterface::CommandInterface;