Searched refs:GetCommandType (Results 1 – 6 of 6) sorted by relevance
56 …:unique_ptr<CommandFunction> cf = CommandFunctionFactory::GetCommandFunction(cmd.GetCommandType()); in CommandsExecute()63 if (!CheckResult(ret, cmd.GetCommandLine(), cmd.GetCommandType())) { in CommandsExecute()97 …if (!cmd->Init(*ct) || cmd->GetCommandType() == CommandType::LAST || globalParams->env == nullptr)… in CommandsParser()104 if (cmd->GetCommandType() != CommandType::NEW) { in CommandsParser()116 … if (totalSize != 0 && globalParams->env != nullptr && NeedSetProgress(cmd->GetCommandType())) { in CommandsParser()
74 if (params.GetCommandType() == CommandType::ERASE) { in Execute()105 CommandType type = params.GetCommandType(); in LoadTarget()140 CommandType type = params.GetCommandType(); in Execute()
37 CommandType Command::GetCommandType() const in GetCommandType() function in Updater::Command
40 …unique_ptr<CommandFunction> cf = CommandFunctionFactory::GetCommandFunction(cmd->GetCommandType()); in TestCommandFnExec()108 …unique_ptr<CommandFunction> cf = CommandFunctionFactory::GetCommandFunction(cmd->GetCommandType());
59 auto type = cmd->GetCommandType();
53 CommandType GetCommandType() const;