Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp75 if (params.GetCommandType() == CommandType::ERASE) { in Execute()
106 CommandType type = params.GetCommandType(); in LoadTarget()
145 CommandType type = params.GetCommandType(); in WriteDiffToBlock()
151 CommandType type = params.GetCommandType(); in Execute()
H A Dtransfer_manager.cpp45 if (!CheckResult(ret, cmd.GetCommandLine(), cmd.GetCommandType())) { in CommandsExecute()
86 if (cmd->GetCommandType() != CommandType::NEW) { in CommandsParser()
H A Dcommand.cpp39 CommandType Command::GetCommandType() const in GetCommandType() function in Updater::Command
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dcommand.h37 CommandType GetCommandType() const;
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dcommands_unittest.cpp61 auto type = cmd->GetCommandType();