Home
last modified time | relevance | path

Searched refs:AttachToDisplay (Results 1 - 24 of 24) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_subSurface_demo.cpp88 // Attach RSSurfaceNode to RSDisplayNode through the AttachToDisplay interface of RSSurfaceNode in main()
92 parentSurfaceNode->AttachToDisplay(screenId); in main()
104 parentSurfaceNode->AttachToDisplay(screenId); in main()
H A Drender_service_client_pointer_window_demo.cpp142 // Attach RSSurfaceNode to RSDisplayNode through the AttachToDisplay interface of RSSurfaceNode in InitSurface()
146 surfaceNode->AttachToDisplay(screenId); in InitSurface()
178 surfaceNode->AttachToDisplay(screenId); in main()
H A Drender_service_client_fingerprint_demo.cpp73 surfaceNode->AttachToDisplay(id); in main()
H A Drs_uni_render_fix_rotation_demo.cpp129 surfaceNode->AttachToDisplay(screenId); in InitSurface()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp363 * @tc.desc: AttachToDisplay test.
370 SurfaceNodeCommandHelper::AttachToDisplay(context, -1, 0); in HWTEST_F()
377 SurfaceNodeCommandHelper::AttachToDisplay(context, 0, 1); in HWTEST_F()
384 SurfaceNodeCommandHelper::AttachToDisplay(context, 0, 1); in HWTEST_F()
385 SurfaceNodeCommandHelper::AttachToDisplay(context, 0, 0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_surface_node_cmd_test.cpp193 * @tc.desc: AttachToDisplay test.
200 SurfaceNodeCommandHelper::AttachToDisplay(context, -1, 0); in HWTEST_F()
207 SurfaceNodeCommandHelper::AttachToDisplay(context, 0, 1); in HWTEST_F()
214 SurfaceNodeCommandHelper::AttachToDisplay(context, 0, 1); in HWTEST_F()
215 SurfaceNodeCommandHelper::AttachToDisplay(context, 0, 0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h99 static void AttachToDisplay(RSContext& context, NodeId nodeId, uint64_t screenId);
171 ARG(SURFACE_NODE, SURFACE_NODE_ATTACH_TO_DISPLAY, SurfaceNodeCommandHelper::AttachToDisplay, NodeId, uint64_t))
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp93 SurfaceNodeCommandHelper::AttachToDisplay(context, id, screenId); in DoSurfacenodecommand()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_director.cpp135 rootNode_->screenSurfaceNode_->AttachToDisplay(screenId_); in Run()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp153 surfaceNode_->AttachToDisplay(screenId); in CreatePointerWindow()
313 surfaceNode_->AttachToDisplay(screenId); in SetPointerLocation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h105 void AttachToDisplay(uint64_t screenId);
H A Drs_surface_node.cpp681 void RSSurfaceNode::AttachToDisplay(uint64_t screenId) in AttachToDisplay() function in OHOS::RSSurfaceNode
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.cpp208 surfaceNode_->AttachToDisplay(DEFAULT_DISPLAY_ID); in PrepareNativeEGLSetup()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp133 rsSurfaceNode_->AttachToDisplay(currentScreenId_); in InitRsSurfaceNode()
H A Dboot_compile_progress.cpp108 rsSurfaceNode_->AttachToDisplay(screenId_); in CreateCanvasNode()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp1780 * @tc.desc: Test the funcation AttachToDisplay
1795 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.AttachToDisplay()); in HWTEST_F()
1797 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.AttachToDisplay()); in HWTEST_F()
1802 * @tc.desc: Test the funcation AttachToDisplay
1817 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.AttachToDisplay()); in HWTEST_F()
1819 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.AttachToDisplay()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp208 void SurfaceNodeCommandHelper::AttachToDisplay(RSContext& context, NodeId nodeId, uint64_t screenId) in AttachToDisplay() function in OHOS::Rosen::SurfaceNodeCommandHelper
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp387 surfaceNode_->AttachToDisplay(screenId_); in CreateTouchWindow()
H A Dpointer_drawing_manager.cpp1511 void PointerDrawingManager::AttachToDisplay() in AttachToDisplay() function in OHOS::MMI::PointerDrawingManager
1520 surfaceNode_->AttachToDisplay(screenId_); in AttachToDisplay()
1604 AttachToDisplay(); in CreatePointerWindow()
2626 AttachToDisplay(); in DrawPointerStyle()
2844 AttachToDisplay(); in UpdateBindDisplayId()
2859 AttachToDisplay(); in DrawScreenCenterPointer()
H A Dknuckle_drawing_manager.cpp406 surfaceNode_->AttachToDisplay(screenId_); in CreateTouchWindow()
450 surfaceNode_->AttachToDisplay(screenId_); in CreateTouchWindow()
H A Dtouch_drawing_manager.cpp448 surfaceNode_->AttachToDisplay(screenId); in CreateTouchWindow()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h110 void AttachToDisplay();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp358 surfaceNode->AttachToDisplay(screenId); in DoAttachToDisplay()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp1332 * @tc.name: AttachToDisplay Test
1333 * @tc.desc: AttachToDisplay
1337 HWTEST_F(RSSurfaceNodeTest, AttachToDisplay, TestSize.Level1) in HWTEST_F()
1343 surfaceNode->AttachToDisplay(screenId); in HWTEST_F()

Completed in 24 milliseconds