/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_subSurface_demo.cpp | 88 // 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 D | render_service_client_pointer_window_demo.cpp | 142 // 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 D | render_service_client_fingerprint_demo.cpp | 73 surfaceNode->AttachToDisplay(id); in main()
|
H A D | rs_uni_render_fix_rotation_demo.cpp | 129 surfaceNode->AttachToDisplay(screenId); in InitSurface()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_surface_node_command_test.cpp | 363 * @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 D | rs_surface_node_cmd_test.cpp | 193 * @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 D | rs_surface_node_command.h | 99 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 D | rssurfacenodecommand_fuzzer.cpp | 93 SurfaceNodeCommandHelper::AttachToDisplay(context, id, screenId);
in DoSurfacenodecommand()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_director.cpp | 135 rootNode_->screenSurfaceNode_->AttachToDisplay(screenId_); in Run()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 153 surfaceNode_->AttachToDisplay(screenId); in CreatePointerWindow() 313 surfaceNode_->AttachToDisplay(screenId); in SetPointerLocation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.h | 105 void AttachToDisplay(uint64_t screenId);
|
H A D | rs_surface_node.cpp | 681 void RSSurfaceNode::AttachToDisplay(uint64_t screenId) in AttachToDisplay() function in OHOS::RSSurfaceNode
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_replayer.cpp | 208 surfaceNode_->AttachToDisplay(DEFAULT_DISPLAY_ID); in PrepareNativeEGLSetup()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_operation.cpp | 133 rsSurfaceNode_->AttachToDisplay(currentScreenId_);
in InitRsSurfaceNode()
|
H A D | boot_compile_progress.cpp | 108 rsSurfaceNode_->AttachToDisplay(screenId_); in CreateCanvasNode()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | pointer_drawing_manager_ex_test.cpp | 1780 * @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 D | rs_surface_node_command.cpp | 208 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 D | knuckle_dynamic_drawing_manager.cpp | 387 surfaceNode_->AttachToDisplay(screenId_); in CreateTouchWindow()
|
H A D | pointer_drawing_manager.cpp | 1511 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 D | knuckle_drawing_manager.cpp | 406 surfaceNode_->AttachToDisplay(screenId_); in CreateTouchWindow() 450 surfaceNode_->AttachToDisplay(screenId_); in CreateTouchWindow()
|
H A D | touch_drawing_manager.cpp | 448 surfaceNode_->AttachToDisplay(screenId); in CreateTouchWindow()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 110 void AttachToDisplay();
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/ |
H A D | rssurfacenode_fuzzer.cpp | 358 surfaceNode->AttachToDisplay(screenId);
in DoAttachToDisplay()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_surface_node_test.cpp | 1332 * @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()
|