/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_rootnode.cpp | 37 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 D | node_content_modifier.cpp | 46 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 D | mock_rs_display_node.h | 28 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 D | window_scene.cpp | 354 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 D | texture_layer.cpp | 62 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 D | list_component.cpp | 180 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 D | counter_node.cpp | 31 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 D | rs_base_node_command_test.cpp | 220 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 D | indexer_list_component.cpp | 55 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 D | rs_base_node_command.h | 41 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 D | starting_window.cpp | 235 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 D | stepper_component.cpp | 113 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 D | rs_base_node_command.cpp | 62 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 D | intf_node_system.h | 120 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 D | rs_dropframe_test.cpp | 138 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 D | stage_manager.cpp | 81 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 D | stack_component.cpp | 38 RemoveChild(rootChild); in SetNavigationBar()
|
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/ |
H A D | rs_graphic_rootnode.h | 29 void RemoveChild(std::shared_ptr<RSNode> child);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_node.cpp | 30 parent->RemoveChild(videoNode); in GetOrCreateVideoNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_node.cpp | 37 parent->RemoveChild(pluginNode); in GetOrCreatePluginNode()
|
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_node.cpp | 30 parent->RemoveChild(movingPhotoNode); in GetOrCreateMovingPhotoNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item.cpp | 32 parent->RemoveChild(node); in GetOrCreateScrollableItem()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model_ng.cpp | 56 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 D | navigation_model_ng.cpp | 175 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 D | rosen_render_progress.cpp | 32 RemoveChild(track_); in Update()
|