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:DownloadThread
(Results
1 - 4
of
4
) sorted by relevance
/base/update/updateservice/services/engine/src/
H
A
D
progress_thread.cpp
93
int32_t
DownloadThread
::StartDownload(const std::string &fileName, const std::string &url)
in StartDownload()
103
void
DownloadThread
::StopDownload()
in StopDownload()
111
bool
DownloadThread
::ProcessThreadExecute()
in ProcessThreadExecute()
159
void
DownloadThread
::ProcessThreadExit()
in ProcessThreadExit()
172
int32_t
DownloadThread
::DownloadCallback(uint32_t percent, UpgradeStatus status, const std::string &error)
in DownloadCallback()
210
int32_t
DownloadThread
::DownloadProgress(const void *localData,
in DownloadProgress()
214
auto engine = reinterpret_cast<
DownloadThread
*>(const_cast<void*>(localData));
in DownloadProgress()
221
size_t
DownloadThread
::WriteFunc(void *ptr, size_t size, size_t nmemb, const void *stream)
in WriteFunc()
226
size_t
DownloadThread
::GetLocalFileLength(const std::string &fileName)
in GetLocalFileLength()
242
bool
DownloadThread
[all...]
/base/update/updateservice/services/engine/include/
H
A
D
progress_thread.h
66
class
DownloadThread
: public ProgressThread {
class
70
explicit
DownloadThread
(ProgressCallback callback) : ProgressThread(), callback_(callback) {}
in DownloadThread()
function in OHOS::UpdateEngine::DownloadThread
71
~
DownloadThread
() override
/base/update/updateservice/services/firmware/upgrade/executor/include/
H
A
D
firmware_download_executor.h
47
std::shared_ptr<
DownloadThread
> downloadThread_ = nullptr;
/base/update/updateservice/services/firmware/upgrade/executor/src/
H
A
D
firmware_download_executor.cpp
91
int64_t localFileLength = static_cast<int64_t>(
DownloadThread
::GetLocalFileLength(downloadFileName));
in PerformDownload()
99
downloadThread_ = std::make_shared<
DownloadThread
>(
in PerformDownload()
Completed in 2 milliseconds