Home
last modified time | relevance | path

Searched refs:xcomponent (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp16 #include "core/components/xcomponent/render_xcomponent.h"
63 auto xcomponent = wp.Upgrade(); in Initialize()
64 if (xcomponent) { in Initialize()
65 xcomponent->HandleTouchEvent(info, TouchType::DOWN); in Initialize()
69 auto xcomponent = wp.Upgrade(); in Initialize()
70 if (xcomponent) { in Initialize()
71 xcomponent->HandleTouchEvent(info, TouchType::UP); in Initialize()
75 auto xcomponent = wp.Upgrade(); in Initialize()
76 if (xcomponent) { in Initialize()
77 xcomponent in Initialize()
218 const RefPtr<XComponentComponent> xcomponent = AceType::DynamicCast<XComponentComponent>(component); Update() local
[all...]
H A Dxcomponent_component_client.h22 #include "core/components/xcomponent/xcomponent_component.h"
42 LOGE("xcomponent: %s not exists", xcomponentId.c_str()); in GetXComponentFromXcomponentsMap()
68 auto xcomponent = it->second.Upgrade(); in DeleteFromXcomponentsMapById() local
69 if (xcomponent) { in DeleteFromXcomponentsMapById()
70 xcomponent->SetDeleteCallbackToNull(); in DeleteFromXcomponentsMapById()
H A Dxcomponent_element.cpp16 #include "core/components/xcomponent/xcomponent_element.h"
19 #include "core/components/xcomponent/rosen_render_xcomponent.h"
47 // App release its res first and xcomponent release surface in ~XComponentElement()
58 auto xcomponent = AceType::DynamicCast<XComponentComponent>(newComponent); in SetNewComponent() local
59 if (xcomponent) { in SetNewComponent()
60 idStr_ = xcomponent->GetId(); in SetNewComponent()
61 name_ = xcomponent->GetName(); in SetNewComponent()
65 xcomponent->SetTextureId(texture_->GetId()); in SetNewComponent()
66 xcomponent->SetTexture(texture_); in SetNewComponent()
69 Element::SetNewComponent(xcomponent); in SetNewComponent()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp67 auto xcomponent = AceType::DynamicCast<XComponentComponent>(domXcomponent->GetSpecializedComponent()); in HandleContext() local
68 if (!xcomponent) { in HandleContext()
69 LOGE("JsiXComponentBridge xcomponent is null."); in HandleContext()
86 nativeWindow = const_cast<void*>(xcomponent->GetNativeWindow()); in HandleContext()
88 auto textureId = static_cast<int64_t>(xcomponent->GetTextureId()); in HandleContext()
96 nativeXcomponentImpl_->SetXComponentId(xcomponent->GetId()); in HandleContext()
104 auto arkObjectRef = nativeEngine->LoadModuleByName(xcomponent->GetLibraryName(), true, in HandleContext()
124 auto task = [weak = WeakClaim(this), xcomponent]() { in HandleContext()
125 auto pool = xcomponent->GetTaskPool(); in HandleContext()
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/manager/
H A Dplugin_manager.h22 #include <ace/xcomponent/native_interface_xcomponent.h>
H A Dplugin_manager.cpp19 #include <ace/xcomponent/native_interface_xcomponent.h>
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/plugin/
H A Dplugin_manager.h19 #include <ace/xcomponent/native_interface_xcomponent.h>
H A Dplugin_manager.cpp16 #include <ace/xcomponent/native_interface_xcomponent.h>
93 DRAWING_LOGE("xcomponent null"); in SetNativeXComponent()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/plugin/
H A Dplugin_manager.h18 #include <ace/xcomponent/native_interface_xcomponent.h>
H A Dplugin_manager.cpp16 #include <ace/xcomponent/native_interface_xcomponent.h>
91 DRAWING_LOGE("xcomponent null"); in SetNativeXComponent()
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/plugin/
H A Dplugin_manager.h18 #include <ace/xcomponent/native_interface_xcomponent.h>
H A Dplugin_manager.cpp16 #include <ace/xcomponent/native_interface_xcomponent.h>
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Dplugin_render.h21 #include <ace/xcomponent/native_interface_xcomponent.h>
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.h18 #include <ace/xcomponent/native_interface_xcomponent.h>
H A Dmy_xcomponent.h18 #include <ace/xcomponent/native_interface_xcomponent.h>
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.h18 #include <ace/xcomponent/native_interface_xcomponent.h>
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/
H A Dsample_bitmap.h18 #include <ace/xcomponent/native_interface_xcomponent.h>
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp684 auto xcomponent = AceType::DynamicCast<DOMXComponent>(GetNodeFromPage(page, nodeId_)); in Execute() local
685 if (!xcomponent) { in Execute()
686 LOGE("Node %{private}d not exists or not a xcomponent", nodeId_); in Execute()
689 auto child = AceType::DynamicCast<XComponentComponent>(xcomponent->GetSpecializedComponent()); in Execute()
693 LOGE("xcomponent get pool failed"); in Execute()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp74 #include "frameworks/core/components/xcomponent/xcomponent_component_client.h"
76 #include "frameworks/core/components_ng/pattern/xcomponent/xcomponent_pattern.h"
2237 RefPtr<XComponentComponent> xcomponent = in FireExternalEvent() local
2239 if (!xcomponent) { in FireExternalEvent()
2245 nativeWindow = const_cast<void*>(xcomponent->GetNativeWindow()); in FireExternalEvent()
2255 auto textureId = static_cast<int64_t>(xcomponent->GetTextureId()); in FireExternalEvent()
2263 nativeXComponentImpl_->SetXComponentId(xcomponent->GetId()); in FireExternalEvent()
2276 auto soPath = xcomponent->GetSoPath().value_or(""); in FireExternalEvent()
2280 auto objXComp = arkNativeEngine->LoadModuleByName(xcomponent->GetLibraryName(), true, arguments, in FireExternalEvent()
2292 auto task = [weak = WeakClaim(this), xcomponent]() { in FireExternalEvent()
[all...]

Completed in 13 milliseconds