Home
last modified time | relevance | path

Searched refs:GetCommandType (Results 1 – 6 of 6) sorted by relevance

/base/update/updater/services/applypatch/
Dtransfer_manager.cpp56 …: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()
Dcommand_process.cpp74 if (params.GetCommandType() == CommandType::ERASE) { in Execute()
105 CommandType type = params.GetCommandType(); in LoadTarget()
140 CommandType type = params.GetCommandType(); in Execute()
Dcommand.cpp37 CommandType Command::GetCommandType() const in GetCommandType() function in Updater::Command
/base/update/updater/test/unittest/applypatch_test/
Dcommandsfunction_unittest.cpp40 …unique_ptr<CommandFunction> cf = CommandFunctionFactory::GetCommandFunction(cmd->GetCommandType()); in TestCommandFnExec()
108 …unique_ptr<CommandFunction> cf = CommandFunctionFactory::GetCommandFunction(cmd->GetCommandType());
Dcommands_unittest.cpp59 auto type = cmd->GetCommandType();
/base/update/updater/services/include/applypatch/
Dcommand.h53 CommandType GetCommandType() const;