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:DoDownload
(Results
1 - 7
of
7
) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/executor/include/
H
A
D
firmware_download_executor.h
35
void
DoDownload
();
/base/request/request/frameworks/js/napi/include/legacy/
H
A
D
download_task.h
45
bool
DoDownload
();
/base/update/updateservice/services/firmware/upgrade/flow/include/
H
A
D
firmware_manager.h
45
void
DoDownload
(const DownloadOptions &downloadOptions, BusinessError &businessError);
/base/request/request/frameworks/js/napi/src/legacy/
H
A
D
download_task.cpp
182
result =
DoDownload
();
in Run()
193
bool DownloadTask::
DoDownload
()
in DoDownload()
function in OHOS::Request::Legacy::DownloadTask
195
REQUEST_HILOGD("download task
DoDownload
");
in DoDownload()
/base/update/updateservice/services/firmware/upgrade/executor/src/
H
A
D
firmware_download_executor.cpp
40
std::thread downloadThread([this] { this->
DoDownload
(); });
in Execute()
44
void FirmwareDownloadExecutor::
DoDownload
()
in DoDownload()
function in OHOS::UpdateEngine::FirmwareDownloadExecutor
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
201
void FirmwareManager::
DoDownload
(const DownloadOptions &downloadOptions, BusinessError &businessError)
in DoDownload()
function in OHOS::UpdateEngine::FirmwareManager
206
FIRMWARE_LOGI("FirmwareManager
DoDownload
finish");
in DoDownload()
/base/update/updateservice/services/engine/src/
H
A
D
update_service_impl_firmware.cpp
90
DelayedSingleton<FirmwareManager>::GetInstance()->
DoDownload
(downloadOptions, businessError);
in Download()
Completed in 4 milliseconds