Home
last modified time | relevance | path

Searched refs:SCREEN_MIRROR (Results 1 - 17 of 17) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp22 const std::string SCREEN_MIRROR = "mirror"; member
252 } else if (firstCombination == ScreenCombination::SCREEN_MIRROR) { in MultiScreenModeChange()
298 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in DoFirstMainChangeMirror()
320 if (secondaryCombination == ScreenCombination::SCREEN_MIRROR) { in DoFirstMainChange()
326 } else if (operateType == SCREEN_MIRROR) { in DoFirstMainChange()
397 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in DoFirstMirrorChangeMirror()
416 } else if (operateType == SCREEN_MIRROR) { in DoFirstMirrorChange()
469 secondarySession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in DoFirstExtendChangeMirror()
483 } else if (operateType == SCREEN_MIRROR) { in DoFirstExtendChange()
521 status == SCREEN_MIRROR) { in InternalScreenOnChange()
[all...]
H A Dscreen_session_manager.cpp111 const std::string SCREEN_MIRROR = "mirror"; member
733 multiScreenMode = MultiScreenMode::SCREEN_MIRROR; in GetMultiScreenInfo()
1369 screenSession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in CreatePhysicalMirrorSessionInner()
1770 } else if (screenCombination == ScreenCombination::SCREEN_MIRROR) { in SetMultiScreenStatus()
1771 status = SCREEN_MIRROR; in SetMultiScreenStatus()
3167 mirrorScreen->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in MirrorSwitchNotify()
3270 DMError ret = StopScreens(allMirrorScreenIds, ScreenCombination::SCREEN_MIRROR); in StopMirror()
3299 if (screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR && in StopScreens()
3769 SCREEN_ID_INVALID, name, ScreenCombination::SCREEN_MIRROR); in AddAsFirstScreenLocked()
3884 group->combination_ == ScreenCombination::SCREEN_MIRROR in SetMirror()
[all...]
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h341 SCREEN_MIRROR = 1, member in OHOS::Rosen::ScreenSourceMode
375 SCREEN_MIRROR, member in OHOS::Rosen::ScreenCombination
382 SCREEN_MIRROR = 0, member in OHOS::Rosen::MultiScreenMode
/foundation/window/window_manager/dmserver/src/
H A Dabstract_display_controller.cpp161 } else if (group->combination_ == ScreenCombination::SCREEN_MIRROR) { in OnAbstractScreenConnect()
162 WLOGI("OnAbstractScreenConnect, ScreenCombination::SCREEN_MIRROR, AddScreenToMirrorLocked"); in OnAbstractScreenConnect()
189 || screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR) { in OnAbstractScreenDisconnect()
201 || screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR) { in OnAbstractScreenDisconnect()
386 } else if (group->combination_ == ScreenCombination::SCREEN_MIRROR) { in GetAbstractDisplayByAbsScreen()
423 } else if (group->combination_ == ScreenCombination::SCREEN_MIRROR) { in ProcessDisplayUpdateOrientation()
H A Dabstract_screen.cpp421 case ScreenCombination::SCREEN_MIRROR: { in GetSourceMode()
422 return ScreenSourceMode::SCREEN_MIRROR; in GetSourceMode()
532 case ScreenCombination::SCREEN_MIRROR: { in GetRSDisplayNodeConfig()
534 WLOGI("AddChild, SCREEN_MIRROR, config is not mirror"); in GetRSDisplayNodeConfig()
H A Dabstract_screen_controller.cpp407 if (screenGroup != nullptr && screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR && in ProcessScreenDisconnected()
553 SCREEN_ID_INVALID, name, ScreenCombination::SCREEN_MIRROR); in AddAsFirstScreenLocked()
1106 group->combination_ == ScreenCombination::SCREEN_MIRROR && group->mirrorScreenId_ == screen->dmsId_; in MakeMirror()
1108 ChangeScreenGroup(group, screens, startPoints, filterMirroredScreen, ScreenCombination::SCREEN_MIRROR); in MakeMirror()
1137 if (screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR && in StopScreens()
H A Ddisplay_manager_service.cpp573 DMError ret = abstractScreenController_->StopScreens(allMirrorScreenIds, ScreenCombination::SCREEN_MIRROR); in StopMirror()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp172 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F()
184 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F()
198 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F()
212 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F()
226 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F()
1131 stopCombination = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
1240 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F()
H A Dabstract_screen_test.cpp310 absScreenGroup_->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
318 EXPECT_EQ(result, ScreenSourceMode::SCREEN_MIRROR); in HWTEST_F()
362 absScreenGroup_->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
391 absScreenGroup_->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
433 absScreenGroup_->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
459 absScreenGroup_->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
683 absScreenGroup_->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
H A Dabstract_display_controller_test.cpp126 group->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
301 group->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
333 group->combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h294 SCREEN_MIRROR = 1, member in OHOS::Rosen::ScreenSourceMode
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp685 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::ADD_TO_GROUP, in HWTEST_F()
699 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::REMOVE_FROM_GROUP, in HWTEST_F()
736 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::ADD_TO_GROUP, in HWTEST_F()
743 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::REMOVE_FROM_GROUP, in HWTEST_F()
849 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::CHANGE_GROUP, in HWTEST_F()
857 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::REMOVE_FROM_GROUP, in HWTEST_F()
894 CheckScreenGroupState(ScreenCombination::SCREEN_MIRROR, ScreenGroupChangeEvent::ADD_TO_GROUP, in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp875 case ScreenCombination::SCREEN_MIRROR: { in GetSourceMode()
876 return ScreenSourceMode::SCREEN_MIRROR; in GetSourceMode()
1229 case ScreenCombination::SCREEN_MIRROR: { in GetRSDisplayNodeConfig()
1231 WLOGI("SCREEN_MIRROR, config is not mirror"); in GetRSDisplayNodeConfig()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp634 screenSession->SetScreenCombination(ScreenCombination::SCREEN_MIRROR); in HWTEST_F()
636 ASSERT_EQ(mode, ScreenSourceMode::SCREEN_MIRROR); in HWTEST_F()
1292 sessionGroup.combination_ = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
H A Dscreen_session_manager_test.cpp2954 * @tc.desc: MultiScreenMode::SCREEN_MIRROR
2965 MultiScreenMode screenMode = MultiScreenMode::SCREEN_MIRROR; in HWTEST_F()
/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp196 if (comb == ScreenCombination::SCREEN_MIRROR) { in NotifyVirtualScreenGroupChanged()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp1104 napi_set_named_property(env, objValue, "SCREEN_MIRROR", in InitScreenSourceMode()
1105 CreateJsValue(env, static_cast<uint32_t>(ScreenSourceMode::SCREEN_MIRROR))); in InitScreenSourceMode()
1129 napi_set_named_property(env, objValue, "SCREEN_MIRROR", in InitMultiScreenMode()
1130 CreateJsValue(env, static_cast<uint32_t>(MultiScreenMode::SCREEN_MIRROR))); in InitMultiScreenMode()

Completed in 48 milliseconds