Home
last modified time | relevance | path

Searched refs:JSView (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h33 class JSView : public JSViewAbstract, public virtual AceType { class
34 DECLARE_ACE_TYPE(JSView, AceType)
37 JSView() : instanceId_(Container::CurrentId()) {} in JSView() function in OHOS::Ace::Framework::JSView
38 ~JSView() override = default;
39 virtual void Destroy(JSView* parentCustomView) = 0;
177 // set on the root JSView of the card and inherited by all child JSViews
193 class JSViewFullUpdate : public JSView {
194 DECLARE_ACE_TYPE(JSViewFullUpdate, JSView)
200 void Destroy(JSView* parentCustomView) override;
260 void DestroyChild(JSView* parentCustomVie
[all...]
H A Djs_view.cpp90 void JSView::JSBind(BindingTarget object) in JSBind()
96 void JSView::RenderJSExecution() in RenderJSExecution()
127 void JSView::SyncInstanceId() in SyncInstanceId()
137 void JSView::RestoreInstanceId() in RestoreInstanceId()
152 void JSView::GetInstanceId(const JSCallbackInfo& info) in GetInstanceId()
157 void JSView::JsSetCardId(int64_t cardId) in JsSetCardId()
162 void JSView::JsGetCardId(const JSCallbackInfo& info) in JsGetCardId()
251 * marks the JSView's composed component as needing update / rerender
255 ACE_SCOPED_TRACE("JSView::MarkNeedUpdate"); in MarkNeedUpdate()
259 void JSViewFullUpdate::Destroy(JSView* parentCustomVie
[all...]
H A Djs_view_functions.h33 class JSView;
44 void Destroy(JSView* parentCustomView);
H A Djs_lazy_foreach_actuator.h129 parentView_ = parentViewObj->Unwrap<JSView>(); in SetParentViewObj()
172 JSView* parentView_ = nullptr;
H A Djs_lazy_foreach_component.h33 explicit DefaultDataChangeListener(JSView* parentView) : parentView_(parentView) {} in DefaultDataChangeListener()
86 JSView* parentView_ = nullptr;
H A Djs_view_functions.cpp607 void ViewFunctions::Destroy(JSView* parentCustomView) in Destroy()
621 // jsRenderResult_ maybe an js exception, not a JSView in Destroy()
622 JSView* view = obj->Unwrap<JSView>(); in Destroy()
643 // merging: when would a render function return a JSView ? in Destroy()
646 // jsRenderResult_ maybe an js exception, not a JSView in Destroy()
647 JSView* view = obj->Unwrap<JSView>(); in Destroy()
649 LOGE("NOTE NOTE NOTE render returned a JSView object that's dangling!"); in Destroy()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.h30 explicit JSCustomDialogController(JSView* ownerView) : ownerView_(ownerView) {} in JSCustomDialogController()
42 JSView* ownerView_ = nullptr;
H A Djs_custom_dialog_controller.cpp73 JSView* ownerView = ownerObj->Unwrap<JSView>(); in ConstructorCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl_ng.cpp206 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in AddCustomTitleBarComponent()
281 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in UpdateRootComponent()
395 JSView::JSBind(globalObj); in JsBindViews()
H A Djsi_view_register_impl.cpp235 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in AddCustomTitleBarComponent()
310 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in UpdateRootComponent()
1048 JSView::JSBind(globalObj); in JsBindFormViews()
1088 JSView::JSBind(globalObj); in JsBindViews()
H A Djsi_view_register.cpp140 void SetFormCallbacks(RefPtr<Container> container, JSView* view) in SetFormCallbacks()
168 void UpdatePageLifeCycleFunctions(RefPtr<NG::FrameNode> pageNode, JSView* view) in UpdatePageLifeCycleFunctions()
195 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in UpdateCardRootComponent()
375 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); in JSPostCardAction()
H A Djsi_declarative_engine.cpp845 auto* jsView = static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0)); in DestroyRootViewHandle()
865 auto* jsView = static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0)); in DestroyAllRootViewHandle()
888 auto* jsView = static_cast<JSView*>(rootView->GetNativePointerField(arkRuntime->GetEcmaVm(), 0)); in FlushReload()

Completed in 16 milliseconds