| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/ |
| D | mock_task_factory.cpp | 28 std::shared_ptr<Task> MockTaskFactory::CreateTask(TaskType taskType, TaskParam taskParam, in CreateTask()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
| D | task_factory.cpp | 32 std::shared_ptr<Task> TaskFactory::CreateTask(TaskType taskType, TaskParam taskParam, std::shared_p… in CreateTask()
|
| D | task.cpp | 62 void Task::SetTaskType(TaskType taskType) in SetTaskType()
|
| /foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
| D | dscreen.h | 54 …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/ |
| D | dscreen.h | 49 …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/ |
| D | delegate_tasks.cpp | 39 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/ |
| D | image_utils.cpp | 20 std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName) in PostTask()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
| D | sync_target.cpp | 36 void SyncTarget::SetTaskType(int taskType) in SetTaskType()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/ |
| D | task_fuzzer.cpp | 60 TaskType taskType = taskTypeFuzz[data[0] % TASK_TYPE_SIZE]; in TaskFuzzTest() local
|
| /foundation/arkui/ace_engine/test/unittest/core/common/flutter/ |
| D | flutter_test.cpp | 106 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/ |
| D | background_task_mgr_helper.cpp | 69 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/ |
| D | rs_parallel_render_manager_test.cpp | 99 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/ |
| D | impl_utils.h | 74 TaskType taskType; member
|
| /foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
| D | dscreen.cpp | 180 int32_t taskType = task->GetTaskType(); in HandleTask() local
|
| /foundation/resourceschedule/background_task_mgr/services/core/src/ |
| D | background_task_mgr_service.cpp | 223 ErrCode BackgroundTaskMgrService::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
|
| /foundation/resourceschedule/background_task_mgr/frameworks/src/ |
| D | background_task_manager.cpp | 245 ErrCode BackgroundTaskManager::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
|
| D | background_task_mgr_stub.cpp | 340 uint32_t taskType = data.ReadUint32(); in HandleStopContinuousTask() local
|
| D | background_task_mgr_proxy.cpp | 365 ErrCode BackgroundTaskMgrProxy::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType) in StopContinuousTask()
|
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| D | bg_continuous_task_mgr.cpp | 759 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/ |
| D | dscreen.cpp | 91 int32_t taskType = task->GetTaskType(); in HandleTask() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/decision_center/include/ |
| D | lnn_decision_center.h | 91 uint8_t taskType; member
|
| /foundation/arkui/ace_engine/test/unittest/core/base/frame_node/ |
| D | frame_node_test_ng.cpp | 716 TaskExecutor::TaskType taskType { 1 }; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/ |
| D | mock_frame_node.cpp | 64 void FrameNode::PostTask(std::function<void()>&& task, TaskExecutor::TaskType taskType) {} in PostTask()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | frame_node.cpp | 1160 void FrameNode::PostTask(std::function<void()>&& task, TaskExecutor::TaskType taskType) in PostTask()
|