Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.h63 TaskExecutor::Task WrapTaskWithCustomWrapper(
H A Dtask_executor_impl.cpp62 TaskExecutor::Task TaskExecutorImpl::WrapTaskWithCustomWrapper( in WrapTaskWithCustomWrapper() function in OHOS::Ace::TaskExecutorImpl
184 …TaskExecutor::Task wrappedTask = WrapTaskWithCustomWrapper(std::move(task), currentId, std::move(t… in OnPostTask()