Home
last modified time | relevance | path

Searched refs:mirrorType (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp167 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR; in HWTEST_F() local
168 screenSession->SetMirrorScreenType(mirrorType); in HWTEST_F()
187 MirrorScreenType mirrorType = MirrorScreenType::VIRTUAL_MIRROR; in HWTEST_F() local
188 screenSession->SetMirrorScreenType(mirrorType); in HWTEST_F()
190 ASSERT_EQ(mirrorType, res); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h236 void SetMirrorScreenType(MirrorScreenType mirrorType);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp308 void ScreenSession::SetMirrorScreenType(MirrorScreenType mirrorType) in SetMirrorScreenType() argument
310 mirrorScreenType_ = mirrorType; in SetMirrorScreenType()

Completed in 6 milliseconds