Searched defs:taskType (Results 1 – 7 of 7) sorted by relevance
28 std::shared_ptr<Task> MockTaskFactory::CreateTask(TaskType taskType, const std::string &networkId, in CreateTask()
53 …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()
32 std::shared_ptr<Task> TaskFactory::CreateTask(TaskType taskType, const std::string &networkId, cons… in CreateTask()
57 void Task::SetTaskType(TaskType taskType) in SetTaskType()
36 void SyncTarget::SetTaskType(int taskType) in SetTaskType()
192 std::string taskType = isAsyncTask ? "ASYNC_TASK_STRING" : "SYNC_TASK_STRING"; in TracePointBeforePost() local209 std::string taskType = isAsyncTask ? "ASYNC_TASK_STRING" : "SYNC_TASK_STRING"; in TracePointAfterPost() local
161 int32_t taskType = task->GetTaskType(); in HandleTask() local