Searched refs:taskTypeName (Results 1 – 2 of 2) sorted by relevance
21 …std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName, PriorityT… in PostTask() argument25 LOGE("taskExecutor is null when try post task to %{public}s", taskTypeName); in PostTask()34 taskType, std::string(taskTypeName), priorityType); in PostTask()
38 …d PostTask(std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName,