Home
last modified time | relevance | path

Searched refs:IsRetry (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp69 if (transferParams_->env != nullptr && transferParams_->env->IsRetry()) { in CommandsParser()
82 if (!retryCmd.empty() && transferParams_->env->IsRetry()) { in CommandsParser()
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instruction_unittest.h37 bool IsRetry() const in IsRetry() function
H A Dbasic_instruction_unittest.cpp50 MOCK_CONST_METHOD0(IsRetry, bool());
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dupdater_env.h42 virtual bool IsRetry() const in IsRetry() function
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdate_binary_unittest.h41 bool IsRetry() const in IsRetry() function
/ohos5.0/base/update/updater/services/include/script/
H A Dscript_instruction.h49 virtual bool IsRetry() const = 0;
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp198 int32_t ret = Store::CreateNewSpace(transferParams->storeBase, !transferParams->env->IsRetry()); in ExecuteTransferCommand()
342 if (env.IsRetry()) { in ExecuteUpdateBlock()
442 if (env.IsRetry()) { in Execute()
622 if (env.IsRetry() && !Utils::CheckFaultInfo(VERIFY_FAILED_REBOOT)) { in Execute()
H A Dupdate_image_patch.cpp184 if (env.IsRetry()) { in ExecuteImagePatch()
287 if (env.IsRetry() && !Utils::CheckFaultInfo(VERIFY_FAILED_REBOOT)) { in ExecuteShaCheck()
H A Dupdate_processor.cpp197 if (env.IsRetry()) { in Execute()
/ohos5.0/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H A Dscriptmanager_fuzzer.cpp199 virtual bool IsRetry() const in IsRetry() function in OHOS::FuzzTestScriptEnv
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_unittest.cpp204 virtual bool IsRetry() const in IsRetry() function in __anonf49137a80110::UTestScriptEnv
/ohos5.0/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H A Dextractandexecutescript_fuzzer.cpp123 virtual bool IsRetry() const in IsRetry() function in UTestScriptEnv
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dbin_process.cpp281 if (env.IsRetry()) { in ComponentProcess()