Searched refs:jsView (Results 1 – 4 of 4) sorted by relevance
187 CHECK_NULL_VOID(jsView); in CreateViewNode()190 if (jsView->viewNode_.Invalid() && jsView->jsViewFunction_) { in CreateViewNode()204 if (!jsView || !jsView->jsViewFunction_) { in CreateViewNode()216 if (jsView) { in CreateViewNode()223 if (jsView && jsView->jsViewFunction_) { in CreateViewNode()458 JSView* jsView = nullptr; in AddChildById() local475 if (jsView != nullptr) { in AddChildById()476 jsView->Destroy(this); in AddChildById()536 CHECK_NULL_VOID(jsView); in CreateViewNode()657 jsView->jsViewFunction_->ExecuteRecycle(jsView->GetRecycleCustomNodeName()); in CreateViewNode()[all …]
58 static void SetViewMap(const std::string& viewId, const JSRef<JSObject>& jsView) in SetViewMap() argument65 viewMap_.emplace(viewId, jsView); in SetViewMap()
833 … auto* jsView = static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0)); in DestroyRootViewHandle() local834 if (jsView != nullptr) { in DestroyRootViewHandle()835 jsView->Destroy(nullptr); in DestroyRootViewHandle()853 … auto* jsView = static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0)); in DestroyAllRootViewHandle() local854 if (jsView != nullptr) { in DestroyAllRootViewHandle()855 jsView->Destroy(nullptr); in DestroyAllRootViewHandle()876 … auto* jsView = static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0)); in FlushReload() local877 if (jsView != nullptr) { in FlushReload()878 jsView->MarkNeedUpdate(); in FlushReload()
5766 auto jsView = pageNode->GetChildAtIndex(0); in GetCurrentPageRootNode() local5767 CHECK_NULL_RETURN(jsView, nullptr); in GetCurrentPageRootNode()5768 if (jsView->GetTag() == V2::JS_VIEW_ETS_TAG) { in GetCurrentPageRootNode()5769 auto rootNode = jsView->GetChildAtIndex(0); in GetCurrentPageRootNode()5773 return jsView; in GetCurrentPageRootNode()