Home
last modified time | relevance | path

Searched refs:GetTaskType (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp116 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 Disync_target.h39 virtual int GetTaskType() const = 0;
H A Dsync_target.cpp41 int SyncTarget::GetTaskType() const in GetTaskType() function in DistributedDB::SyncTarget
H A Dsync_target.h35 int GetTaskType() const override;
H A Dsync_task_context.cpp85 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 Dmock_online_task.cpp30 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 Dquick_fix_manager_apply_task.h62 TaskType GetTaskType();
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H A Dverify_task.h52 OHOS::AppDomainVerify::TaskType& GetTaskType();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask.h43 TaskType GetTaskType();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask.cpp63 TaskType Task::GetTaskType() in GetTaskType() function in OHOS::DistributedHardware::Task
H A Dtask_board.cpp96 .taskType = t.second->GetTaskType(), in DumpAllTasks()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h59 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 Ddscreen.h61 TaskType GetTaskType() in GetTaskType() function in OHOS::DistributedHardware::V1_0::Task
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp138 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 Dverify_task.cpp101 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 Ddscreen.cpp96 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 Dverify_task_test.cpp71 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 Dquick_fix_manager_apply_task_test.cpp702 QuickFixManagerApplyTask::TaskType result = applyTask->GetTaskType(); in HWTEST_F()

Completed in 11 milliseconds