Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/script/script_instruction/
Dscript_instruction_unittest.h37 bool IsRetry() const in IsRetry() function
Dbasic_instruction_unittest.cpp46 MOCK_CONST_METHOD0(IsRetry, bool());
/base/update/updater/services/include/applypatch/
Dupdater_env.h41 virtual bool IsRetry() const in IsRetry() function
/base/update/updater/services/applypatch/
Dtransfer_manager.cpp87 if (globalParams->env != nullptr && globalParams->env->IsRetry()) { in CommandsParser()
100 if (!retryCmd.empty() && globalParams->env->IsRetry()) { in CommandsParser()
/base/update/updater/test/unittest/updater_binary/
Dupdate_binary_unittest.h41 bool IsRetry() const in IsRetry() function
/base/update/updater/services/include/script/
Dscript_instruction.h48 virtual bool IsRetry() const = 0;
/base/update/updater/services/updater_binary/
Dupdate_image_block.cpp193 int32_t ret = Store::CreateNewSpace(globalParams->storeBase, !globalParams->env->IsRetry()); in ExecuteTransferCommand()
337 if (env.IsRetry()) { in ExecuteUpdateBlock()
437 if (env.IsRetry()) { in Execute()
525 if (env.IsRetry()) { in Execute()
Dupdate_image_patch.cpp183 if (env.IsRetry()) { in ExecuteImagePatch()
282 if (env.IsRetry()) { in ExecuteShaCheck()
Dupdate_processor.cpp186 if (env.IsRetry()) { in Execute()
/base/update/updater/test/unittest/script/
Dscript_unittest.cpp204 virtual bool IsRetry() const in IsRetry() function in __anon019e3a4f0111::UTestScriptEnv
/base/update/updater/services/flow_update/update_bin/
Dbin_process.cpp248 if (env.IsRetry()) { in ComponentProcess()
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
Dextractandexecutescript_fuzzer.cpp123 virtual bool IsRetry() const in IsRetry() function in UTestScriptEnv