Home
last modified time | relevance | path

Searched refs:CreateDisplayNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_display_mode_demo.cpp179 …static std::shared_ptr<RSDisplayNode> CreateDisplayNode(std::shared_ptr<RSSurfaceNode> surfaceNode) in CreateDisplayNode() function
251 auto sourceDisplayNode = pipelineTestUtils::CreateDisplayNode(sourceSurcaseNode); in TestCaseDefault()
254 auto targetDisplayNode = pipelineTestUtils::CreateDisplayNode(targetSurfaceNode); in TestCaseDefault()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dmulti_screen_manager.cpp110 screenSession->CreateDisplayNode(config); in PhysicalScreenMirrorSwitch()
134 screenSession->CreateDisplayNode(config); in PhysicalScreenUniqueSwitch()
H A Dscreen_session_manager.cpp3257 screenSession->CreateDisplayNode(rsConfig); in MakeUniqueScreen()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h97 void CreateDisplayNode(const Rosen::RSDisplayNodeConfig& config);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp88 CreateDisplayNode(rsConfig); in ScreenSession()
92 void ScreenSession::CreateDisplayNode(const Rosen::RSDisplayNodeConfig& config) in CreateDisplayNode() function in OHOS::Rosen::ScreenSession
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp132 HWTEST_F(ScreenSessionTest, CreateDisplayNode, Function | SmallTest | Level2)
145 screenSession->CreateDisplayNode(rsConfig);