Home
last modified time | relevance | path

Searched defs:taskType (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_worker_manager.cpp28 …nailWorkerPtr ThumbnailGenerateWorkerManager::GetThumbnailWorker(const ThumbnailTaskType &taskType) in GetThumbnailWorker()
44 int32_t ThumbnailGenerateWorkerManager::InitThumbnailWorker(const ThumbnailTaskType &taskType) in InitThumbnailWorker()
70 thumbnailWorkerMap_.Iterate([](ThumbnailTaskType taskType, ThumbnailWorkerPtr &ptr) { in ClearAllTask()
86 thumbnailWorkerMap_.Iterate([](ThumbnailTaskType taskType, ThumbnailWorkerPtr &ptr) { in TryCloseThumbnailWorkerTimer()
H A Dthumbnail_generate_worker.cpp42 int32_t ThumbnailGenerateWorker::Init(const ThumbnailTaskType &taskType) in Init()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthread_priority.cpp20 void ThreadPriority::SetThreadPriority(TaskExecutor::TaskType taskType) {} in SetThreadPriority()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dthread_priority.cpp20 void ThreadPriority::SetThreadPriority(TaskExecutor::TaskType taskType) {} in SetThreadPriority()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dmock_task_factory.cpp30 std::shared_ptr<Task> MockTaskFactory::CreateTask(TaskType taskType, TaskParam taskParam, in CreateTask()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/task/
H A Dthread_test.cpp97 auto taskType = static_cast<TaskExecutor::TaskType>(id); variable
127 auto taskType = static_cast<TaskExecutor::TaskType>(id); variable
292 auto taskType = static_cast<TaskExecutor::TaskType>(id); variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask_factory.cpp34 std::shared_ptr<Task> TaskFactory::CreateTask(TaskType taskType, TaskParam taskParam, std::shared_p… in CreateTask()
H A Dtask.cpp68 void Task::SetTaskType(TaskType taskType) in SetTaskType()
/ohos5.0/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_(taskT… in Task()
57 Task(TaskType taskType, const std::string &taskParam) : taskType_(taskType), in Task()
/ohos5.0/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_(taskT… in Task()
55 Task(TaskType taskType, const std::string &taskParam) : taskType_(taskType), in Task()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_tasks.cpp40 std::string taskType = ((promise_ == nullptr) ? "Async" : "Sync"); in ProcessTask() local
165 std::string taskType = ((promise == nullptr) ? "Async" : "Sync"); in PostTask() local
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp39 std::string taskType = ((promise_ == nullptr) ? "Async" : "Sync"); in ProcessTask() local
152 std::string taskType = ((promise == nullptr) ? "Async" : "Sync"); in PostTask() local
/ohos5.0/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp39 std::string taskType = ((promise_ == nullptr) ? "Async" : "Sync"); in ProcessTask() local
152 std::string taskType = ((promise == nullptr) ? "Async" : "Sync"); in PostTask() local
/ohos5.0/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp38 std::string taskType = ((promise_ == nullptr) ? "Async" : "Sync"); in ProcessTask() local
151 std::string taskType = ((promise == nullptr) ? "Async" : "Sync"); in PostTask() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_target.cpp36 void SyncTarget::SetTaskType(int taskType) in SetTaskType()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/
H A Dtask_fuzzer.cpp60 TaskType taskType = taskTypeFuzz[data[0] % TASK_TYPE_SIZE]; in TaskFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_utils.cpp21 …std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName, PriorityT… in PostTask()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.cpp47 uintptr_t taskType = task->type; in InsertNode() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp95 ErrCode BackgroundTaskMgrHelper::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, co… in StopContinuousTask()
/ohos5.0/base/security/device_auth/services/mk_agree/inc/
H A Dmk_agree_task.h46 MkAgreeTaskType taskType; member
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h51 uint8_t taskType = 0; member
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp81 TaskType taskType, TaskPriority priority) in FindThread()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Dimpl_utils.h86 TaskType taskType; member
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp184 int32_t taskType = task->GetTaskType(); in HandleTask() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp609 …QuickFixManagerApplyTask::TaskType taskType = QuickFixManagerApplyTask::TaskType::QUICK_FIX_REVOKE; variable

12