Home
last modified time | relevance | path

Searched refs:UVTaskWrapperImpl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Duv_task_wrapper_impl.cpp20 UVTaskWrapperImpl::UVTaskWrapperImpl(napi_env env) in UVTaskWrapperImpl() function in OHOS::Ace::NG::UVTaskWrapperImpl
35 bool UVTaskWrapperImpl::WillRunOnCurrentThread() in WillRunOnCurrentThread()
40 void UVTaskWrapperImpl::Call(const TaskExecutor::Task& task) in Call()
H A Duv_task_wrapper_impl.h26 class UVTaskWrapperImpl : public TaskWrapper {
28 explicit UVTaskWrapperImpl(napi_env env);
H A Ddynamic_component_renderer_impl.cpp103 auto uvTaskWrapper = std::make_shared<UVTaskWrapperImpl>(napiEnv); in CreateContent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp950 taskWrapper_ = std::make_shared<NG::UVTaskWrapperImpl>(env); in InitializeDynamic()