Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/test/unittest/common/task/src/
Dmock_task_factory.cpp28 std::shared_ptr<Task> MockTaskFactory::CreateTask(TaskType taskType, const std::string &networkId, in CreateTask()
/foundation/distributedhardware/distributedscreen/services/screenservice/sourceservice/dscreenmgr/include/
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()
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/task/
Dtask_factory.cpp32 std::shared_ptr<Task> TaskFactory::CreateTask(TaskType taskType, const std::string &networkId, cons… in CreateTask()
Dtask.cpp57 void Task::SetTaskType(TaskType taskType) in SetTaskType()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/syncer/src/
Dsync_target.cpp36 void SyncTarget::SetTaskType(int taskType) in SetTaskType()
/foundation/aafwk/standard/common/task_dispatcher/src/dispatcher/
Dbase_task_dispatcher.cpp192 std::string taskType = isAsyncTask ? "ASYNC_TASK_STRING" : "SYNC_TASK_STRING"; in TracePointBeforePost() local
209 std::string taskType = isAsyncTask ? "ASYNC_TASK_STRING" : "SYNC_TASK_STRING"; in TracePointAfterPost() local
/foundation/distributedhardware/distributedscreen/services/screenservice/sourceservice/dscreenmgr/src/
Ddscreen.cpp161 int32_t taskType = task->GetTaskType(); in HandleTask() local