Home
last modified time | relevance | path

Searched refs:RemoveChild (Results 1 - 25 of 219) sorted by relevance

123456789

/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()
/foundation/window/window_manager/test/common/mock/
H A Dmock_rs_display_node.h28 using RSDisplayNode::RemoveChild;
29 MOCK_METHOD1(RemoveChild, void(SharedPtr child));
/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()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_content_modifier.cpp43 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 Dview_model.h35 void RemoveChild(void* parentNode, void* childNode);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp292 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 Dindexer_list_component.cpp55 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 Drs_base_node_command.h41 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 Dlist_component.cpp180 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 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()
/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
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 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()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_base_node_cmd_test.cpp207 * @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 Drs_base_node_command_test.cpp206 * @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 Dstack_component.cpp38 RemoveChild(rootChild); in SetNavigationBar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_node.cpp33 parent->RemoveChild(pluginNode); in GetOrCreatePluginNode()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_node.cpp30 parent->RemoveChild(movingPhotoNode); in GetOrCreateMovingPhotoNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_node.cpp30 parent->RemoveChild(videoNode); in GetOrCreateVideoNode()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_rootnode.h29 void RemoveChild(std::shared_ptr<RSNode> child);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item.cpp31 parent->RemoveChild(node); in GetOrCreateScrollableItem()
/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()
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_node_system.h120 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 Drs_dropframe_test.cpp131 * 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 Drosen_render_progress.cpp32 RemoveChild(track_); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_node.cpp31 parent->RemoveChild(stepperNode); in GetOrCreateStepperNode()

Completed in 10 milliseconds

123456789