/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()
|
/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));
|
/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()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_content_modifier.cpp | 43 ArkUI_Int32 RemoveChild(ArkUINodeContentHandle content, ArkUINodeHandle child) in RemoveChild() function 91 static const ArkUINodeContentModifier modifier = { AddChild, InsertChild, RemoveChild, RegisterEvent, SetUserData, in GetNodeContentModifier() 98 static const CJUINodeContentModifier modifier = { AddChild, InsertChild, RemoveChild, RegisterEvent, SetUserData, in GetCJUINodeContentModifier()
|
H A D | view_model.h | 35 void RemoveChild(void* parentNode, void* childNode);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene.cpp | 292 self->RemoveChild(host, self->startingWindow_, self->startingWindowName_, true); in BufferAvailableCallback() 324 self->RemoveChild(host, self->blankWindow_, self->blankWindowName_, true); in BufferAvailableCallbackForBlank() 352 self->RemoveChild(host, self->snapshotWindow_, self->snapshotWindowName_); in BufferAvailableCallbackForSnapshot() 378 self->RemoveChild(host, self->startingWindow_, self->startingWindowName_); in OnActivation() 379 self->RemoveChild(host, self->appWindow_, self->appWindowName_); in OnActivation() 380 self->RemoveChild(host, self->snapshotWindow_, self->snapshotWindowName_); in OnActivation() 381 self->RemoveChild(host, self->blankWindow_, self->blankWindowName_); in OnActivation() 391 self->RemoveChild(host, self->snapshotWindow_, self->snapshotWindowName_); in OnActivation() 431 RemoveChild(host, snapshotWindow_, snapshotWindowName_); in DisposeSnapshotAndBlankWindow() 555 self->RemoveChild(hos in OnDrawingCompleted() [all...] |
/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()
|
/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 RSBaseNodeRemoveChild, ARG(BASE_NODE, BASE_NODE_REMOVE_CHILD, BaseNodeCommandHelper::RemoveChild, NodeId, NodeId))
|
/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 184 LOGE("RemoveChild: no list item in child"); in RemoveChild() 189 ComponentGroup::RemoveChild(child); in RemoveChild() 193 ComponentGroup::RemoveChild(child); in RemoveChild()
|
/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()
|
/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 117 LOGE("RemoveChild: no stepper item in child"); in RemoveChild() 124 ComponentGroup::RemoveChild(child); in RemoveChild()
|
/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()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_base_node_cmd_test.cpp | 207 * @tc.desc: test results of RemoveChild 216 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F() 220 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F() 224 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F() 228 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_base_node_command_test.cpp | 206 * @tc.desc: test results of RemoveChild 215 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F() 219 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F() 223 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F() 227 BaseNodeCommandHelper::RemoveChild(context, nodeId, childNodeId); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_component.cpp | 38 RemoveChild(rootChild); in SetNavigationBar()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_node.cpp | 33 parent->RemoveChild(pluginNode); in GetOrCreatePluginNode()
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_node.cpp | 30 parent->RemoveChild(movingPhotoNode); in GetOrCreateMovingPhotoNode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_node.cpp | 30 parent->RemoveChild(videoNode); in GetOrCreateVideoNode()
|
/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);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item.cpp | 31 parent->RemoveChild(node); in GetOrCreateScrollableItem()
|
/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()
|
/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; 126 virtual bool RemoveChild(size_t index) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_dropframe_test.cpp | 131 * Function: RemoveChild 135 * CaseDescription: 1. call RemoveChild 138 HWTEST_F(RSDropframeTest, RemoveChild, Function | SmallTest | Level2) in HWTEST_F() 147 // call RemoveChild in HWTEST_F() 148 rootNode->RemoveChild(child1); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | rosen_render_progress.cpp | 32 RemoveChild(track_); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_node.cpp | 31 parent->RemoveChild(stepperNode); in GetOrCreateStepperNode()
|