Home
last modified time | relevance | path

Searched refs:MirrorScreenType (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h56 enum class MirrorScreenType : int32_t { class
236 void SetMirrorScreenType(MirrorScreenType mirrorType);
237 MirrorScreenType GetMirrorScreenType();
258 MirrorScreenType mirrorScreenType_ { MirrorScreenType::VIRTUAL_MIRROR };
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp167 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR; in HWTEST_F()
187 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR; in HWTEST_F()
189 MirrorScreenType res = screenSession->GetMirrorScreenType(); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp55 if (screenSession->GetMirrorScreenType() == MirrorScreenType::PHYSICAL_MIRROR) { in FilterPhysicalAndVirtualScreen()
57 } else if (screenSession->GetMirrorScreenType() == MirrorScreenType::VIRTUAL_MIRROR) { in FilterPhysicalAndVirtualScreen()
H A Dscreen_session_manager.cpp1368 screenSession->SetMirrorScreenType(MirrorScreenType::PHYSICAL_MIRROR); in CreatePhysicalMirrorSessionInner()
2955 screenSession->SetMirrorScreenType(MirrorScreenType::VIRTUAL_MIRROR); in CreateVirtualScreen()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp308 void ScreenSession::SetMirrorScreenType(MirrorScreenType mirrorType) in SetMirrorScreenType()
313 MirrorScreenType ScreenSession::GetMirrorScreenType() in GetMirrorScreenType()

Completed in 17 milliseconds