Home
last modified time | relevance | path

Searched refs:GetCommandType (Results 1 - 5 of 5) sorted by relevance

/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp45 if (!CheckResult(ret, cmd.GetCommandLine(), cmd.GetCommandType())) { in CommandsExecute()
53 if (cmd.GetCommandType() == CommandType::NEW || in JudgeBlockVerifyCmdType()
54 cmd.GetCommandType() == CommandType::ERASE || in JudgeBlockVerifyCmdType()
55 cmd.GetCommandType() == CommandType::FREE || in JudgeBlockVerifyCmdType()
56 cmd.GetCommandType() == CommandType::ZERO) { in JudgeBlockVerifyCmdType()
112 if (cmd->GetCommandType() != CommandType::NEW) { in CommandsParser()
H A Dcommand_process.cpp75 if (params.GetCommandType() == CommandType::ERASE) { in Execute()
106 CommandType type = params.GetCommandType(); in LoadTarget()
146 CommandType type = params.GetCommandType(); in WriteDiffToBlock()
152 CommandType type = params.GetCommandType(); in Execute()
H A Dcommand.cpp39 CommandType Command::GetCommandType() const in GetCommandType() function in Updater::Command
/base/update/updater/services/include/applypatch/
H A Dcommand.h37 CommandType GetCommandType() const;
/base/update/updater/test/unittest/applypatch_test/
H A Dcommands_unittest.cpp61 auto type = cmd->GetCommandType(); in HWTEST_F()

Completed in 4 milliseconds