Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
Dmock_task_factory.cpp28 std::shared_ptr<Task> MockTaskFactory::CreateTask(TaskType taskType, TaskParam taskParam, in CreateTask()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
Dtask_factory.cpp32 std::shared_ptr<Task> TaskFactory::CreateTask(TaskType taskType, TaskParam taskParam, std::shared_p… in CreateTask()
Dtask.cpp62 void Task::SetTaskType(TaskType taskType) in SetTaskType()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
Ddscreen.h54 …Task(TaskType taskType, const std::string &taskId, const std::string &taskParam) : taskType_(taskT… in Task()
56 Task(TaskType taskType, const std::string &taskParam) : taskType_(taskType), in Task()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
Ddscreen.h49 …Task(TaskType taskType, const std::string &taskId, const std::string &taskParam) : taskType_(taskT… in Task()
51 Task(TaskType taskType, const std::string &taskParam) : taskType_(taskType), in Task()
/foundation/multimodalinput/input/service/delegate_task/src/
Ddelegate_tasks.cpp39 std::string taskType = ((promise_ == nullptr) ? "Async" : "Sync"); in ProcessTask() local
172 std::string taskType = ((promise == nullptr) ? "Async" : "Sync"); in PostTask() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_utils.cpp20 std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName) in PostTask()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
Dsync_target.cpp36 void SyncTarget::SetTaskType(int taskType) in SetTaskType()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/
Dtask_fuzzer.cpp60 TaskType taskType = taskTypeFuzz[data[0] % TASK_TYPE_SIZE]; in TaskFuzzTest() local
/foundation/arkui/ace_engine/test/unittest/core/common/flutter/
Dflutter_test.cpp106 auto taskType = static_cast<TaskExecutor::TaskType>(id); variable
140 auto taskType = static_cast<TaskExecutor::TaskType>(id); variable
317 auto taskType = static_cast<TaskExecutor::TaskType>(id); variable
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
Dbackground_task_mgr_helper.cpp69 ErrCode BackgroundTaskMgrHelper::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
Drs_parallel_render_manager_test.cpp99 auto taskType = RSParallelRenderManager::Instance()->GetTaskType(); variable
167 auto taskType = RSParallelRenderManager::Instance()->GetTaskType(); variable
540 auto taskType = parallelRenderManager->GetTaskType(); variable
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
Dimpl_utils.h74 TaskType taskType; member
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
Ddscreen.cpp180 int32_t taskType = task->GetTaskType(); in HandleTask() local
/foundation/resourceschedule/background_task_mgr/services/core/src/
Dbackground_task_mgr_service.cpp223 ErrCode BackgroundTaskMgrService::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
/foundation/resourceschedule/background_task_mgr/frameworks/src/
Dbackground_task_manager.cpp245 ErrCode BackgroundTaskManager::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
Dbackground_task_mgr_stub.cpp340 uint32_t taskType = data.ReadUint32(); in HandleStopContinuousTask() local
Dbackground_task_mgr_proxy.cpp365 ErrCode BackgroundTaskMgrProxy::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
Dbg_continuous_task_mgr.cpp759 void BgContinuousTaskMgr::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
771 void BgContinuousTaskMgr::HandleStopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in HandleStopContinuousTask()
806 void BgContinuousTaskMgr::RemoveSpecifiedBgTask(uint32_t taskType) in RemoveSpecifiedBgTask()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
Ddscreen.cpp91 int32_t taskType = task->GetTaskType(); in HandleTask() local
/foundation/communication/dsoftbus/core/bus_center/lnn/decision_center/include/
Dlnn_decision_center.h91 uint8_t taskType; member
/foundation/arkui/ace_engine/test/unittest/core/base/frame_node/
Dframe_node_test_ng.cpp716 TaskExecutor::TaskType taskType { 1 }; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_frame_node.cpp64 void FrameNode::PostTask(std::function<void()>&& task, TaskExecutor::TaskType taskType) {} in PostTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp1160 void FrameNode::PostTask(std::function<void()>&& task, TaskExecutor::TaskType taskType) in PostTask()