Home
last modified time | relevance | path

Searched defs:RemoveChild (Results 1 – 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
Dtabs_component.cpp72 void TabsComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::V2::TabsComponent
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Dindexer_list_component.cpp56 void IndexerListComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::IndexerListComponent
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dmulti_child.h55 void RemoveChild(const RefPtr<Component>& child) in RemoveChild() function
Dcomponent_group.h128 virtual void RemoveChild(const RefPtr<Component>& child) in RemoveChild() function
Delement.cpp58 void Element::RemoveChild(const RefPtr<Element>& child) in RemoveChild() function in OHOS::Ace::Element
Drender_node.cpp158 void RenderNode::RemoveChild(const RefPtr<RenderNode>& child) in RemoveChild() function in OHOS::Ace::RenderNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_proxy_node.cpp103 void RSProxyNode::RemoveChild(std::shared_ptr<RSBaseNode> child) in RemoveChild() function in OHOS::Rosen::RSProxyNode
Drs_surface_node.cpp147 void RSSurfaceNode::RemoveChild(std::shared_ptr<RSBaseNode> child) in RemoveChild() function in OHOS::Rosen::RSSurfaceNode
Drs_node.cpp1524 void RSNode::RemoveChild(SharedPtr child) in RemoveChild() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dlist_item_group_component.h85 void RemoveChild(const RefPtr<Component>& child) in RemoveChild() function
Dlist_component.cpp188 void ListComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::ListComponent
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
Dstepper_component.cpp115 void StepperComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::StepperComponent
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
Drs_base_node_command.cpp55 void BaseNodeCommandHelper::RemoveChild(RSContext& context, NodeId nodeId, NodeId childNodeId) in RemoveChild() function in OHOS::Rosen::BaseNodeCommandHelper
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_ui_node.cpp71 std::list<RefPtr<UINode>>::iterator UINode::RemoveChild(const RefPtr<UINode>& child, bool allowTran… in RemoveChild() function in OHOS::Ace::NG::UINode
/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_session.cpp537 bool ScreenSessionGroup::RemoveChild(sptr<ScreenSession>& smsScreen) in RemoveChild() function in OHOS::Rosen::ScreenSessionGroup
/foundation/window/window_manager/dmserver/src/
Dabstract_screen.cpp596 bool AbstractScreenGroup::RemoveChild(sptr<AbstractScreen>& dmsScreen) in RemoveChild() function in OHOS::Rosen::AbstractScreenGroup
/foundation/arkui/ace_engine/frameworks/core/focus/
Dfocus_node.cpp551 void FocusGroup::RemoveChild(const RefPtr<FocusNode>& focusNode) in RemoveChild() function in OHOS::Ace::FocusGroup
/foundation/barrierfree/accessibility/frameworks/common/src/
Daccessibility_element_info.cpp63 bool AccessibilityElementInfo::RemoveChild(const int32_t childId) in RemoveChild() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp100 std::list<RefPtr<UINode>>::iterator UINode::RemoveChild(const RefPtr<UINode>& child, bool allowTran… in RemoveChild() function in OHOS::Ace::NG::UINode
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h200 virtual void RemoveChild(const RefPtr<RenderContext>& renderContext) {} in RemoveChild() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dfocus_hub.cpp221 void FocusHub::RemoveChild(const RefPtr<FocusHub>& focusNode) in RemoveChild() function in OHOS::Ace::NG::FocusHub
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1716 void Component::RemoveChild(Component *childNode) in RemoveChild() function in OHOS::ACELite::Component
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_node.cpp109 void RSRenderNode::RemoveChild(SharedPtr child, bool skipTransition) in RemoveChild() function in OHOS::Rosen::RSRenderNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp3202 void RosenRenderContext::RemoveChild(const RefPtr<RenderContext>& renderContext) function in OHOS::Ace::NG::RosenRenderContext