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:GetTaskType
(Results
1 - 18
of
18
) sorted by relevance
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H
A
D
quick_fix_manager_apply_task.cpp
116
if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_APPLY) {
119
} else if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE) {
152
if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_APPLY) {
155
} else if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE) {
211
if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_APPLY) {
213
} else if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE) {
261
if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_APPLY) {
264
} else if (applyTask_->
GetTaskType
() == QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE) {
620
if (
GetTaskType
() == TaskType::QUICK_FIX_APPLY) {
in NotifyApplyStatus()
632
} else if (
GetTaskType
()
in NotifyApplyStatus()
817
QuickFixManagerApplyTask::TaskType QuickFixManagerApplyTask::
GetTaskType
()
GetTaskType()
function in OHOS::AAFwk::QuickFixManagerApplyTask
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
isync_target.h
39
virtual int
GetTaskType
() const = 0;
H
A
D
sync_target.cpp
41
int SyncTarget::
GetTaskType
() const
in GetTaskType()
function in DistributedDB::SyncTarget
H
A
D
sync_target.h
35
int
GetTaskType
() const override;
H
A
D
sync_task_context.cpp
85
if (target->
GetTaskType
() == ISyncTarget::REQUEST) {
in AddSyncTarget()
87
} else if (target->
GetTaskType
() == ISyncTarget::RESPONSE) {
in AddSyncTarget()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H
A
D
mock_online_task.cpp
30
DHLOGI("Ctor MockOnLineTask: %{public}s, type: %{public}d", this->GetId().c_str(), this->
GetTaskType
());
in MockOnLineTask()
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H
A
D
quick_fix_manager_apply_task.h
62
TaskType
GetTaskType
();
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H
A
D
verify_task.h
52
OHOS::AppDomainVerify::TaskType&
GetTaskType
();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H
A
D
task.h
43
TaskType
GetTaskType
();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H
A
D
task.cpp
63
TaskType Task::
GetTaskType
()
in GetTaskType()
function in OHOS::DistributedHardware::Task
H
A
D
task_board.cpp
96
.taskType = t.second->
GetTaskType
(),
in DumpAllTasks()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H
A
D
dscreen.h
59
TaskType
GetTaskType
() const
in GetTaskType()
function in OHOS::DistributedHardware::V2_0::Task
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H
A
D
dscreen.h
61
TaskType
GetTaskType
()
in GetTaskType()
function in OHOS::DistributedHardware::V1_0::Task
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen.cpp
138
DHLOGI("AddTask, task type: %{public}" PRId32, task->
GetTaskType
());
in AddTask()
184
int32_t taskType = task->
GetTaskType
();
in HandleTask()
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H
A
D
verify_task.cpp
101
OHOS::AppDomainVerify::TaskType& VerifyTask::
GetTaskType
()
in GetTaskType()
function in OHOS::AppDomainVerify::VerifyTask
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
96
DHLOGI("AddTask, task type: %{public}" PRId32, task->
GetTaskType
());
in AddTask()
107
int32_t taskType = task->
GetTaskType
();
in HandleTask()
/foundation/bundlemanager/app_domain_verify/test/unittest/verifier/
H
A
D
verify_task_test.cpp
71
ASSERT_TRUE(task.
GetTaskType
() == TaskType::IMMEDIATE_TASK);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H
A
D
quick_fix_manager_apply_task_test.cpp
702
QuickFixManagerApplyTask::TaskType result = applyTask->
GetTaskType
();
in HWTEST_F()
Completed in 11 milliseconds