Home
last modified time | relevance | path

Searched refs:taskTypeName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_utils.cpp21 …std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName, PriorityT… in PostTask() argument
25 LOGE("taskExecutor is null when try post task to %{public}s", taskTypeName); in PostTask()
34 taskType, std::string(taskTypeName), priorityType); in PostTask()
H A Dimage_utils.h38 …d PostTask(std::function<void()>&& task, TaskExecutor::TaskType taskType, const char* taskTypeName,