Searched refs:JSView (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view.h | 33 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 D | js_view.cpp | 90 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 D | js_view_functions.h | 33 class JSView; 44 void Destroy(JSView* parentCustomView);
|
H A D | js_lazy_foreach_actuator.h | 129 parentView_ = parentViewObj->Unwrap<JSView>(); in SetParentViewObj() 172 JSView* parentView_ = nullptr;
|
H A D | js_lazy_foreach_component.h | 33 explicit DefaultDataChangeListener(JSView* parentView) : parentView_(parentView) {} in DefaultDataChangeListener() 86 JSView* parentView_ = nullptr;
|
H A D | js_view_functions.cpp | 607 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 D | js_custom_dialog_controller.h | 30 explicit JSCustomDialogController(JSView* ownerView) : ownerView_(ownerView) {} in JSCustomDialogController() 42 JSView* ownerView_ = nullptr;
|
H A D | js_custom_dialog_controller.cpp | 73 JSView* ownerView = ownerObj->Unwrap<JSView>(); in ConstructorCallback()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl_ng.cpp | 206 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 D | jsi_view_register_impl.cpp | 235 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 D | jsi_view_register.cpp | 140 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 D | jsi_declarative_engine.cpp | 845 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