Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp176 uniqueScreen->SetScreenCombination(ScreenCombination::SCREEN_UNIQUE); in VirtualScreenUniqueSwitch()
273 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_EXTEND); in DoFirstMainChangeExtend()
298 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in DoFirstMainChangeMirror()
315 firstSession->SetScreenCombination(ScreenCombination::SCREEN_MAIN); in DoFirstMainChange()
345 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_EXTEND); in DoFirstMirrorChangeExtend()
352 firstSession->SetScreenCombination(ScreenCombination::SCREEN_MAIN); in DoFirstMirrorChangeExtend()
377 firstSession->SetScreenCombination(ScreenCombination::SCREEN_MAIN); in DoFirstMirrorChangeMirror()
397 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in DoFirstMirrorChangeMirror()
430 firstSession->SetScreenCombination(ScreenCombination::SCREEN_MAIN); in DoFirstExtendChangeExtend()
434 secondarySession->SetScreenCombination(ScreenCombinatio in DoFirstExtendChangeExtend()
[all...]
H A Dscreen_session_manager.cpp1369 screenSession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in CreatePhysicalMirrorSessionInner()
1399 screenSession->SetScreenCombination(ScreenCombination::SCREEN_MAIN); in GetScreenSessionInner()
3167 mirrorScreen->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in MirrorSwitchNotify()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp631 screenSession->SetScreenCombination(ScreenCombination::SCREEN_EXPAND); in HWTEST_F()
634 screenSession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in HWTEST_F()
637 screenSession->SetScreenCombination(ScreenCombination::SCREEN_UNIQUE); in HWTEST_F()
872 screenSession->SetScreenCombination(combination); in HWTEST_F()
1138 * @tc.name: SetScreenCombination
1142 HWTEST_F(ScreenSessionTest, SetScreenCombination, Function | SmallTest | Level2) in HWTEST_F()
1144 GTEST_LOG_(INFO) << "ScreenSessionTest: SetScreenCombination start"; in HWTEST_F()
1151 session->SetScreenCombination(combination); in HWTEST_F()
1154 GTEST_LOG_(INFO) << "ScreenSessionTest: SetScreenCombination end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h106 void SetScreenCombination(ScreenCombination combination);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp893 void ScreenSession::SetScreenCombination(ScreenCombination combination) in SetScreenCombination() function in OHOS::Rosen::ScreenSession

Completed in 18 milliseconds