Home
last modified time | relevance | path

Searched refs:taskType_ (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_worker.cpp49 MEDIA_INFO_LOG("threads empty, need to init, taskType:%{public}d", taskType_); in Init()
52 taskType_ = taskType; in Init()
108 Init(taskType_); in AddTask()
151 taskType_, threadStatus->threadId_); in StartWorker()
187 taskType_, threadStatus->threadId_); in StartWorker()
259 MEDIA_INFO_LOG("Clear ThumbnailGenerateWorker threads successfully, taskType:%{public}d", taskType_); in ClearWorkerThreads()
266 MEDIA_INFO_LOG("task queue is not empty, no need to clear worker threads, taskType:%{public}d", taskType_); in IsAllThreadWaiting()
273 taskType_, threadStatus->threadId_, threadStatus->taskNum_); in IsAllThreadWaiting()
294 MEDIA_INFO_LOG("ThumbnailGenerateWorker timerCallback, ClearWorkerThreads, taskType:%{public}d", taskType_); in RegisterWorkerTimer()
300 MEDIA_INFO_LOG("ThumbnailGenerateWorker timer Setup, taskType:%{public}d", taskType_); in RegisterWorkerTimer()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_target.cpp38 taskType_ = taskType; in SetTaskType()
43 return taskType_; in GetTaskType()
61 taskType_ = REQUEST; in SetSyncOperation()
H A Dsync_target.h25 SyncTarget() : operation_(nullptr), taskType_(0), mode_(0) {}; in SyncTarget()
56 int taskType_; // sync task or response task; member in DistributedDB::SyncTarget
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h53 Task(TaskType taskType, const std::string &taskId, const std::string &taskParam) : taskType_(taskType), in Task()
55 Task(TaskType taskType, const std::string &taskParam) : taskType_(taskType), in Task()
61 return taskType_; in GetTaskType()
73 TaskType taskType_; member in OHOS::DistributedHardware::V2_0::Task
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h55 Task(TaskType taskType, const std::string &taskId, const std::string &taskParam) : taskType_(taskType), in Task()
57 Task(TaskType taskType, const std::string &taskParam) : taskType_(taskType), in Task()
63 return taskType_; in GetTaskType()
75 TaskType taskType_; member in OHOS::DistributedHardware::V1_0::Task
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask.cpp65 return this->taskType_; in GetTaskType()
70 this->taskType_ = taskType; in SetTaskType()
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp519 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
538 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
558 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
579 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
600 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
621 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
641 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
699 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
884 applyTask->taskType_ = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; in HWTEST_F()
970 applyTask->taskType_ in HWTEST_F()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_async_worker/include/
H A Dmedialibrary_async_worker.h43 : executor_(executor), data_(data), taskType_(taskType) {} in MediaLibraryAsyncTask()
53 TaskType taskType_; member in OHOS::Media::MediaLibraryAsyncTask
/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/
H A Dmedialibrary_async_worker.cpp152 if (task->taskType_ != TaskType::REFRESH_ALBUM) { in ClearRefreshTaskQueue()
165 if (task->taskType_ != TaskType::REFRESH_ALBUM) { in ClearRefreshTaskQueue()
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h91 TaskType taskType_ = TaskType::QUICK_FIX_APPLY; member in OHOS::AAFwk::QuickFixManagerApplyTask
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask.h69 TaskType taskType_ { TaskType::UNKNOWN };
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_generate_worker.h103 ThumbnailTaskType taskType_; member in OHOS::Media::ThumbnailGenerateWorker
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp314 taskType_ = TaskType::QUICK_FIX_APPLY; in Run()
322 taskType_ = TaskType::QUICK_FIX_REVOKE; in RunRevoke()
819 return taskType_; in GetTaskType()

Completed in 7 milliseconds