Home
last modified time | relevance | path

Searched refs:JSXComponent (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp133 void JSXComponent::JSBind(BindingTarget globalObj) in JSBind()
135 JSClass<JSXComponent>::Declare("XComponent"); in JSBind()
136 JSClass<JSXComponent>::StaticMethod("create", &JSXComponent::Create); in JSBind()
137 JSClass<JSXComponent>::StaticMethod("onLoad", &JSXComponent::JsOnLoad); in JSBind()
138 JSClass<JSXComponent>::StaticMethod("onDestroy", &JSXComponent::JsOnDestroy); in JSBind()
139 JSClass<JSXComponent>::StaticMethod("onAppear", &JSXComponent in JSBind()
[all...]
H A Djs_previewer_mock.cpp389 void JSXComponent::Create(const JSCallbackInfo& info) in Create()
397 void JSXComponent::Mock(const JSCallbackInfo& info) {} in Mock()
399 void JSXComponent::JSBind(BindingTarget globalObj) in JSBind()
401 JSClass<JSXComponent>::Declare("XComponent"); in JSBind()
402 JSClass<JSXComponent>::StaticMethod("create", &JSXComponent::Create); in JSBind()
403 JSClass<JSXComponent>::StaticMethod("onLoad", &JSXComponent::Mock); in JSBind()
404 JSClass<JSXComponent>::StaticMethod("onDestroy", &JSXComponent in JSBind()
[all...]
H A Djs_previewer_mock.h41 class JSXComponent : public JSContainerBase { class
H A Djs_xcomponent.h144 class ACE_EXPORT JSXComponent : public JSContainerBase { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_node_bridge.cpp84 void* jsXComponent = Framework::JSXComponent::Create(params); in Create()
88 auto* jsXComponent = reinterpret_cast<Framework::JSXComponent*>(data); in Create()
103 Framework::JSXComponent* jsXComponent = in GetFrameNode()
104 reinterpret_cast<Framework::JSXComponent*>(firstArg->ToNativePointer(vm)->Value()); in GetFrameNode()
118 Framework::JSXComponent* jsXComponent = in RegisterOnCreateCallback()
119 reinterpret_cast<Framework::JSXComponent*>(firstArg->ToNativePointer(vm)->Value()); in RegisterOnCreateCallback()
133 Framework::JSXComponent* jsXComponent = in RegisterOnDestroyCallback()
134 reinterpret_cast<Framework::JSXComponent*>(firstArg->ToNativePointer(vm)->Value()); in RegisterOnDestroyCallback()
149 Framework::JSXComponent* jsXComponent = in ChangeRenderType()
150 reinterpret_cast<Framework::JSXComponent*>(firstAr in ChangeRenderType()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp703 { "XComponent", JSXComponent::JSBind },
771 { "XComponent", JSXComponent::JSBind },
H A Djsi_view_register_impl_ng.cpp468 JSXComponent::JSBind(globalObj); in JsBindViews()

Completed in 9 milliseconds