Home
last modified time | relevance | path

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

/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()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h237 MirrorScreenType GetMirrorScreenType();
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp173 * @tc.name: GetMirrorScreenType
177 HWTEST_F(ScreenSessionTest, GetMirrorScreenType, Function | SmallTest | Level2) in HWTEST_F()
179 GTEST_LOG_(INFO) << "GetMirrorScreenType start"; in HWTEST_F()
189 MirrorScreenType res = screenSession->GetMirrorScreenType(); in HWTEST_F()
191 GTEST_LOG_(INFO) << "GetMirrorScreenType end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp313 MirrorScreenType ScreenSession::GetMirrorScreenType() in GetMirrorScreenType() function in OHOS::Rosen::ScreenSession

Completed in 8 milliseconds