Searched refs:UVTaskWrapperImpl (Results 1 – 4 of 4) sorted by relevance
20 UVTaskWrapperImpl::UVTaskWrapperImpl(napi_env env) in UVTaskWrapperImpl() function in OHOS::Ace::NG::UVTaskWrapperImpl35 bool UVTaskWrapperImpl::WillRunOnCurrentThread() in WillRunOnCurrentThread()40 void UVTaskWrapperImpl::Call(const TaskExecutor::Task& task) in Call()
26 class UVTaskWrapperImpl : public TaskWrapper {28 explicit UVTaskWrapperImpl(napi_env env);
103 auto uvTaskWrapper = std::make_shared<UVTaskWrapperImpl>(napiEnv); in CreateContent()
950 taskWrapper_ = std::make_shared<NG::UVTaskWrapperImpl>(env); in InitializeDynamic()