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:UpdateProgress
(Results
1 - 14
of
14
) sorted by relevance
/base/hiviewdfx/hidumper/services/native/include/
H
A
D
raw_param.h
43
void
UpdateProgress
(uint32_t total, uint32_t current);
44
void
UpdateProgress
(uint64_t progress);
/base/hiviewdfx/hidumper/services/native/src/
H
A
D
raw_param.cpp
165
void RawParam::
UpdateProgress
(uint32_t total, uint32_t current)
in UpdateProgress()
function in OHOS::HiviewDFX::RawParam
170
UpdateProgress
((uint64_t(FINISH) * current) / total);
in UpdateProgress()
173
void RawParam::
UpdateProgress
(uint64_t progress)
in UpdateProgress()
function in OHOS::HiviewDFX::RawParam
/base/update/updater/services/flashd/daemon/
H
A
D
commander.cpp
38
void Commander::
UpdateProgress
(CmdType type) const
in UpdateProgress()
function in Flashd::Commander
H
A
D
commander.h
51
void
UpdateProgress
(CmdType type) const;
H
A
D
flash_commander.cpp
77
UpdateProgress
(CmdType::FLASH);
in DoCommand()
H
A
D
update_commander.cpp
112
UpdateProgress
(CmdType::UPDATE);
in DoUpdate()
/base/update/updater/services/include/applypatch/
H
A
D
transfer_manager.h
77
void
UpdateProgress
(size_t &initBlock, size_t totalSize);
/base/update/updater/services/applypatch/
H
A
D
transfer_manager.cpp
131
UpdateProgress
(initBlock, totalSize);
in CommandsParser()
140
void TransferManager::
UpdateProgress
(size_t &initBlock, size_t totalSize)
in UpdateProgress()
function in Updater::TransferManager
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H
A
D
zipfolder_output.cpp
132
callback->
UpdateProgress
(0);
in Reset()
/base/update/updater/services/flow_update/update_bin/
H
A
D
component_processor.h
64
void
UpdateProgress
(size_t writeSize)
in UpdateProgress()
function in Updater::ComponentProcessor
H
A
D
component_processor.cpp
287
UpdateProgress
(size);
in RawImageWriteProcessor()
363
UpdateProgress
(size);
in SkipImageWriteProcessor()
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H
A
D
dump_implement.cpp
625
callback->
UpdateProgress
(executors.size(), index);
in DumpDatas()
661
callback->
UpdateProgress
(executors.size(), executors.size());
in DumpDatas()
/base/update/updater/test/unittest/flashd_test/
H
A
D
flashd_unittest.cpp
295
HWTEST_F(FLashServiceUnitTest,
UpdateProgress
, TestSize.Level1)
in HWTEST_F()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
870
callback->
UpdateProgress
(0);
in CopySmaps()
Completed in 8 milliseconds