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:isExistTask
(Results
1 - 12
of
12
) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H
A
D
firmware_download_data_processor.cpp
44
if (!task.
isExistTask
) {
in IsDownloadSuccess()
66
if (!tasks_.
isExistTask
) {
in GetTask()
H
A
D
firmware_check_data_processor.cpp
104
if (!task.
isExistTask
) {
in HasUndoneTask()
122
if (!task.
isExistTask
) {
in IsUpdateOnStatus()
191
if (!task.
isExistTask
) {
in UpdateFirmwareComponent()
209
if (task.
isExistTask
) {
in HandleNoNewVersion()
H
A
D
firmware_install_data_processor.cpp
63
if (!tasks_.
isExistTask
) {
in GetTask()
65
FIRMWARE_LOGI("GetTask has task %{public}s", StringUtils::GetBoolStr(tasks_.
isExistTask
).c_str());
in GetTask()
/base/update/updateservice/services/firmware/upgrade/mode/src/
H
A
D
firmware_download_mode.cpp
52
if (!tasks_.
isExistTask
) {
in GetStepAfterInit()
99
if (!task.
isExistTask
) {
in GetStepAfterDownload()
172
if (!tasks_.
isExistTask
) {
in GetTask()
H
A
D
firmware_install_apply_mode.cpp
59
if (!tasks_.
isExistTask
) {
in GetStepAfterInit()
149
if (!tasks_.
isExistTask
) {
in GetTask()
/base/update/updateservice/services/firmware/upgrade/executor/src/
H
A
D
firmware_apply_executor.cpp
61
if (!tasks_.
isExistTask
) {
in GetTask()
H
A
D
firmware_install_executor.cpp
95
if (!tasks_.
isExistTask
) {
in GetTask()
/base/update/updateservice/services/firmware/data/db/src/
H
A
D
firmware_task_operator.cpp
34
task.
isExistTask
= false;
in QueryTask()
38
task.
isExistTask
= true;
in QueryTask()
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
137
bool isIdle = !task.
isExistTask
;
in IsIdle()
158
if (!task.
isExistTask
) {
in DoCancelDownload()
250
if (!task.
isExistTask
) {
in DoAutoDownloadSwitchChanged()
270
if (!task.
isExistTask
) {
in DoClearError()
303
if (!task.
isExistTask
) {
in HandleBootComplete()
/base/update/updateservice/services/firmware/data/db/include/
H
A
D
firmware_task.h
34
bool
isExistTask
= false;
member
/base/update/updateservice/services/firmware/upgrade/status/src/
H
A
D
firmware_result_process.cpp
151
if (!task.
isExistTask
) {
in HandleFileResults()
/base/update/updateservice/services/engine/src/
H
A
D
update_service_impl_firmware.cpp
257
if (task.
isExistTask
) {
in GetTaskInfo()
Completed in 5 milliseconds