Home
last modified time | relevance | path

Searched refs:GetMirrorScreenType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dmulti_screen_manager.cpp50 if (screenSession->GetMirrorScreenType() == MirrorScreenType::PHYSICAL_MIRROR) { in FilterPhysicalAndVirtualScreen()
52 } else if (screenSession->GetMirrorScreenType() == MirrorScreenType::VIRTUAL_MIRROR) { in FilterPhysicalAndVirtualScreen()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h125 MirrorScreenType GetMirrorScreenType();
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp177 HWTEST_F(ScreenSessionTest, GetMirrorScreenType, Function | SmallTest | Level2)
189 MirrorScreenType res = screenSession->GetMirrorScreenType();
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp185 MirrorScreenType ScreenSession::GetMirrorScreenType() in GetMirrorScreenType() function in OHOS::Rosen::ScreenSession