/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 16 #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 D | xcomponent_component_client.h | 22 #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 D | xcomponent_element.cpp | 16 #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 D | jsi_xcomponent_bridge.cpp | 67 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 D | plugin_manager.h | 22 #include <ace/xcomponent/native_interface_xcomponent.h>
|
H A D | plugin_manager.cpp | 19 #include <ace/xcomponent/native_interface_xcomponent.h>
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/plugin/ |
H A D | plugin_manager.h | 19 #include <ace/xcomponent/native_interface_xcomponent.h>
|
H A D | plugin_manager.cpp | 16 #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 D | plugin_manager.h | 18 #include <ace/xcomponent/native_interface_xcomponent.h>
|
H A D | plugin_manager.cpp | 16 #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 D | plugin_manager.h | 18 #include <ace/xcomponent/native_interface_xcomponent.h>
|
H A D | plugin_manager.cpp | 16 #include <ace/xcomponent/native_interface_xcomponent.h>
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | plugin_render.h | 21 #include <ace/xcomponent/native_interface_xcomponent.h>
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xnode.h | 18 #include <ace/xcomponent/native_interface_xcomponent.h>
|
H A D | my_xcomponent.h | 18 #include <ace/xcomponent/native_interface_xcomponent.h>
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.h | 18 #include <ace/xcomponent/native_interface_xcomponent.h>
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.h | 18 #include <ace/xcomponent/native_interface_xcomponent.h>
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 684 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 D | jsi_declarative_engine.cpp | 74 #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...] |