Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsRetry
(Results
1 - 13
of
13
) sorted by relevance
/base/update/updater/test/unittest/script/script_instruction/
H
A
D
script_instruction_unittest.h
37
bool
IsRetry
() const
in IsRetry()
function in Uscript::UTestScriptEnv
H
A
D
basic_instruction_unittest.cpp
50
MOCK_CONST_METHOD0(
IsRetry
, bool());
/base/update/updater/services/include/applypatch/
H
A
D
updater_env.h
42
virtual bool
IsRetry
() const
in IsRetry()
function in Updater::UpdaterEnv
/base/update/updater/services/include/script/
H
A
D
script_instruction.h
49
virtual bool
IsRetry
() const = 0;
/base/update/updater/test/unittest/updater_binary/
H
A
D
update_binary_unittest.h
41
bool
IsRetry
() const
in IsRetry()
function in UpdaterUt::UTestBinaryEnv
/base/update/updater/services/applypatch/
H
A
D
transfer_manager.cpp
69
if (transferParams_->env != nullptr && transferParams_->env->
IsRetry
()) {
in InitCommandParser()
108
if (!retryCmd.empty() && transferParams_->env->
IsRetry
()) {
in CommandsParser()
/base/update/updater/services/updater_binary/
H
A
D
update_image_block.cpp
198
int32_t ret = Store::CreateNewSpace(transferParams->storeBase, !transferParams->env->
IsRetry
());
in ExecuteTransferCommand()
342
if (env.
IsRetry
()) {
in ExecuteUpdateBlock()
443
if (env.
IsRetry
()) {
in Execute()
514
transferParams->storeCreated = Store::CreateNewSpace(transferParams->storeBase, !transferParams->env->
IsRetry
());
in DoBlocksVerify()
685
if (env.
IsRetry
() && !Utils::CheckFaultInfo(VERIFY_FAILED_REBOOT)) {
in Execute()
H
A
D
update_image_patch.cpp
184
if (env.
IsRetry
()) {
in ExecuteImagePatch()
287
if (env.
IsRetry
() && !Utils::CheckFaultInfo(VERIFY_FAILED_REBOOT)) {
in ExecuteShaCheck()
H
A
D
update_processor.cpp
197
if (env.
IsRetry
()) {
in Execute()
/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H
A
D
scriptmanager_fuzzer.cpp
199
virtual bool
IsRetry
() const
in IsRetry()
function in OHOS::FuzzTestScriptEnv
/base/update/updater/test/unittest/script/
H
A
D
script_unittest.cpp
204
virtual bool
IsRetry
() const
in IsRetry()
function in __anon4015::UTestScriptEnv
/base/update/updater/services/flow_update/update_bin/
H
A
D
bin_process.cpp
281
if (env.
IsRetry
()) {
in ComponentProcess()
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H
A
D
extractandexecutescript_fuzzer.cpp
123
virtual bool
IsRetry
() const
in IsRetry()
function in UTestScriptEnv
Completed in 7 milliseconds