Home
last modified time | relevance | path

Searched defs:AddChild (Results 1 – 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dmulti_child.h39 void AddChild(const RefPtr<Component>& child) in AddChild() function
Delement.cpp38 void Element::AddChild(const RefPtr<Element>& child, int32_t slot) in AddChild() function in OHOS::Ace::Element
Drender_node.cpp125 void RenderNode::AddChild(const RefPtr<RenderNode>& child, int32_t slot) in AddChild() function in OHOS::Ace::RenderNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_proxy_node.cpp98 void RSProxyNode::AddChild(std::shared_ptr<RSBaseNode> child, int index) in AddChild() function in OHOS::Rosen::RSProxyNode
Drs_surface_node.cpp138 void RSSurfaceNode::AddChild(std::shared_ptr<RSBaseNode> child, int index) in AddChild() function in OHOS::Rosen::RSSurfaceNode
Drs_node.cpp1459 void RSNode::AddChild(SharedPtr child, int index) in AddChild() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dflutter_node.cpp78 void FlutterNode::AddChild(const std::shared_ptr<FlutterNode>& node) in AddChild() function in OHOS::Ace::NG::FlutterNode
Drosen_render_context.cpp3193 void RosenRenderContext::AddChild(const RefPtr<RenderContext>& renderContext, int index) function in OHOS::Ace::NG::RosenRenderContext
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
Drs_base_node_command.cpp35 void BaseNodeCommandHelper::AddChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t… in AddChild() function in OHOS::Rosen::BaseNodeCommandHelper
/foundation/arkui/ace_engine/frameworks/core/focus/
Dfocus_node.cpp500 void FocusGroup::AddChild(const RefPtr<FocusNode>& focusNode) in AddChild() function in OHOS::Ace::FocusGroup
514 void FocusGroup::AddChild(const RefPtr<FocusNode>& focusNode, const RefPtr<FocusNode>& nextFocusNod… in AddChild() function in OHOS::Ace::FocusGroup
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_ui_node.cpp52 void UINode::AddChild(const RefPtr<UINode>& child, int32_t /* slot */, bool /*silently*/) in AddChild() function in OHOS::Ace::NG::UINode
/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_session.cpp499 bool ScreenSessionGroup::AddChild(sptr<ScreenSession>& smsScreen, Point& startPoint, in AddChild() function in OHOS::Rosen::ScreenSessionGroup
/foundation/window/window_manager/dmserver/src/
Dabstract_screen.cpp547 bool AbstractScreenGroup::AddChild(sptr<AbstractScreen>& dmsScreen, Point& startPoint) in AddChild() function in OHOS::Rosen::AbstractScreenGroup
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Drender_multi_child_scroll.cpp42 void RenderMultiChildScroll::AddChild(const RefPtr<RenderList>& child) in AddChild() function in OHOS::Ace::RenderMultiChildScroll
/foundation/barrierfree/accessibility/frameworks/common/src/
Daccessibility_element_info.cpp49 void AccessibilityElementInfo::AddChild(const int32_t childId) in AddChild() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp82 void UINode::AddChild(const RefPtr<UINode>& child, int32_t slot, bool silently) in AddChild() function in OHOS::Ace::NG::UINode
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h199 virtual void AddChild(const RefPtr<RenderContext>& renderContext, int index) {} in AddChild() function
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1689 void Component::AddChild(Component *childNode) in AddChild() function in OHOS::ACELite::Component
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_node.cpp59 void RSRenderNode::AddChild(SharedPtr child, int index) in AddChild() function in OHOS::Rosen::RSRenderNode