Home
last modified time | relevance | path

Searched refs:RemoveChild (Results 1 – 25 of 218) sorted by relevance

123456789

/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_rootnode.cpp37 screenSurfaceNode_->RemoveChild(testSurfaceNode_); in ResetTestSurface()
48 void RSGraphicRootNode::RemoveChild(std::shared_ptr<RSNode> child) in RemoveChild() function in OHOS::Rosen::RSGraphicRootNode
51 testSurfaceNode_->RemoveChild(child); in RemoveChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_content_modifier.cpp46 ArkUI_Int32 RemoveChild(ArkUINodeContentHandle content, ArkUINodeHandle child) in RemoveChild() function
94 …static const ArkUINodeContentModifier modifier = { AddChild, InsertChild, RemoveChild, RegisterEve… in GetNodeContentModifier()
101 …static const CJUINodeContentModifier modifier = { AddChild, InsertChild, RemoveChild, RegisterEven… in GetCJUINodeContentModifier()
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_rs_display_node.h28 using RSDisplayNode::RemoveChild;
29 MOCK_METHOD1(RemoveChild, void(SharedPtr child));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp354 self->RemoveChild(host, self->blankWindow_, self->blankWindowName_, true); in BufferAvailableCallbackForBlank()
379 self->RemoveChild(host, self->snapshotWindow_, self->snapshotWindowName_); in BufferAvailableCallbackForSnapshot()
405 self->RemoveChild(host, self->startingWindow_, self->startingWindowName_); in OnActivation()
406 self->RemoveChild(host, self->appWindow_, self->appWindowName_); in OnActivation()
407 self->RemoveChild(host, self->snapshotWindow_, self->snapshotWindowName_); in OnActivation()
408 self->RemoveChild(host, self->blankWindow_, self->blankWindowName_); in OnActivation()
458 RemoveChild(host, snapshotWindow_, snapshotWindowName_); in DisposeSnapshotAndBlankWindow()
583 self->RemoveChild(host, self->snapshotWindow_, self->snapshotWindowName_); in OnDrawingCompleted()
660 RemoveChild(host, snapshotWindow_, snapshotWindowName_); in OnDirtyLayoutWrapperSwap()
663 RemoveChild(host, startingWindow_, startingWindowName_); in OnDirtyLayoutWrapperSwap()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp62 void RemoveChild();
87 RemoveChild(); in SetParent()
94 void TextureLayerImpl::RemoveChild() in RemoveChild() function in OHOS::Render3D::TextureLayerImpl
97 parent_->RemoveChild(rsNode_); in RemoveChild()
245 RemoveChild(); in DestroyRenderTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp180 void ListComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::ListComponent
189 ComponentGroup::RemoveChild(child); in RemoveChild()
193 ComponentGroup::RemoveChild(child); in RemoveChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_node.cpp31 parent->RemoveChild(counterNode); in GetOrCreateCounterNode()
60 contentNode->RemoveChild(contentNode->GetFirstChild()); in DeleteChildFromGroup()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_base_node_command_test.cpp220 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId);
224 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId);
228 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId);
232 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp55 void IndexerListComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::IndexerListComponent
66 list_->RemoveChild(child); in RemoveChild()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_base_node_command.h41 static void RemoveChild(RSContext& context, NodeId nodeId, NodeId childNodeId);
54 …veChild, ARG(BASE_NODE, BASE_NODE_REMOVE_CHILD, BaseNodeCommandHelper::RemoveChild, NodeId, NodeId…
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp235 weakNode->leashWinSurfaceNode_->RemoveChild(weakNode->startingWinSurfaceNode_); in SetStartingWindowAnimation()
282 weakNode->leashWinSurfaceNode_->RemoveChild(weakNode->startingWinSurfaceNode_); in HandleClientWindowCreate()
303 node->leashWinSurfaceNode_->RemoveChild(node->startingWinSurfaceNode_); in ReleaseStartWinSurfaceNode()
304 node->leashWinSurfaceNode_->RemoveChild(node->closeWinSurfaceNode_); in ReleaseStartWinSurfaceNode()
305 node->leashWinSurfaceNode_->RemoveChild(node->surfaceNode_); in ReleaseStartWinSurfaceNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp113 void StepperComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() function in OHOS::Ace::StepperComponent
124 ComponentGroup::RemoveChild(child); in RemoveChild()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_base_node_command.cpp62 void BaseNodeCommandHelper::RemoveChild(RSContext& context, NodeId nodeId, NodeId childNodeId) in RemoveChild() function in OHOS::Rosen::BaseNodeCommandHelper
68 node->RemoveChild(child); in RemoveChild()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_node_system.h120 virtual bool RemoveChild(ISceneNode& node) = 0; in CORE3D_BEGIN_NAMESPACE()
126 virtual bool RemoveChild(size_t index) = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_dropframe_test.cpp138 HWTEST_F(RSDropframeTest, RemoveChild, Function | SmallTest | Level2)
148 rootNode->RemoveChild(child1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp81 stageNode->RemoveChild(page); in FirePageTransition()
357 stageNode_->RemoveChild(pageNode); in PopPage()
411 stageNode_->RemoveChild(pageNode); in PopPageToIndex()
419 stageNode_->RemoveChild(pageNode); in PopPageToIndex()
440 stageNode_->RemoveChild(pageNode); in CleanPageStack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_component.cpp38 RemoveChild(rootChild); in SetNavigationBar()
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_rootnode.h29 void RemoveChild(std::shared_ptr<RSNode> child);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_node.cpp30 parent->RemoveChild(videoNode); in GetOrCreateVideoNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_node.cpp37 parent->RemoveChild(pluginNode); in GetOrCreatePluginNode()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_node.cpp30 parent->RemoveChild(movingPhotoNode); in GetOrCreateMovingPhotoNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item.cpp32 parent->RemoveChild(node); in GetOrCreateScrollableItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp56 titleBarNode->RemoveChild(titleBarNode->GetTitle()); in ParseCommonTitle()
93 titleBarNode->RemoveChild(mainTitle); in ParseCommonTitle()
101 titleBarNode->RemoveChild(subTitle); in ParseCommonTitle()
442 titleBarNode->RemoveChild(titleBarNode->GetTitle()); in SetCustomTitle()
443 titleBarNode->RemoveChild(titleBarNode->GetSubtitle()); in SetCustomTitle()
454 titleBarNode->RemoveChild(currentTitle); in SetCustomTitle()
810 titleBarNode->RemoveChild(titleBarNode->GetTitle()); in ParseCommonTitle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp175 oldBarItem->RemoveChild(textNode); in UpdateOldBarItems()
198 oldBarItem->RemoveChild(iconNode); in UpdateOldBarItems()
208 oldBarContainer->RemoveChild(oldBarItems.back()); in UpdateOldBarItems()
404 titleBarNode->RemoveChild(titleBarNode->GetTitle()); in ParseCommonTitle()
423 titleBarNode->RemoveChild(mainTitle); in ParseCommonTitle()
449 titleBarNode->RemoveChild(subTitle); in ParseCommonTitle()
485 titleBarNode->RemoveChild(titleBarNode->GetTitle()); in SetCustomTitle()
498 titleBarNode->RemoveChild(currentTitle); in SetCustomTitle()
602 titleBarNode->RemoveChild(backButtonNode); in SetTitleMode()
1222 titleBarNode->RemoveChild(titleBarNode->GetTitle()); in SetSubtitle()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_progress.cpp32 RemoveChild(track_); in Update()

123456789