Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h56 enum class MirrorScreenType : int32_t { enum
124 void SetMirrorScreenType(MirrorScreenType type);
125 MirrorScreenType GetMirrorScreenType();
241 MirrorScreenType mirrorScreenType_ { MirrorScreenType::VIRTUAL_MIRROR };
/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()
H A Dscreen_session_manager.cpp1286 screenSession->SetMirrorScreenType(MirrorScreenType::PHYSICAL_MIRROR); in CreatePhysicalMirrorSessionInner()
2741 screenSession->SetMirrorScreenType(MirrorScreenType::VIRTUAL_MIRROR); in CreateVirtualScreen()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp167 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR;
187 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR;
189 MirrorScreenType res = screenSession->GetMirrorScreenType();
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp180 void ScreenSession::SetMirrorScreenType(MirrorScreenType mirrorType) in SetMirrorScreenType()
185 MirrorScreenType ScreenSession::GetMirrorScreenType() in GetMirrorScreenType()