Home
last modified time | relevance | path

Searched refs:GetAbstractScreenGroup (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dmulti_screen_manager.cpp77 …if (ScreenSessionManager::GetInstance().GetAbstractScreenGroup(mainScreen->groupSmsId_) == nullptr… in VirtualScreenMirrorSwitch()
152 …auto group = ScreenSessionManager::GetInstance().GetAbstractScreenGroup(screenSession->groupSmsId_… in VirtualScreenUniqueSwitch()
H A Dscreen_session_manager.cpp3097 sptr<ScreenSessionGroup> screenGroup = GetAbstractScreenGroup(screen->groupSmsId_); in StopScreens()
3318 if (screen == nullptr || GetAbstractScreenGroup(screen->groupSmsId_) == nullptr) { in MakeExpand()
3334 auto group = GetAbstractScreenGroup(defaultScreen->groupSmsId_); in OnMakeExpand()
3643 sptr<ScreenSessionGroup> screenGroup = GetAbstractScreenGroup(groupSmsId); in RemoveFromGroupLocked()
3687 auto group = GetAbstractScreenGroup(screen->groupSmsId_); in SetMirror()
3707 sptr<ScreenSessionGroup> ScreenSessionManager::GetAbstractScreenGroup(ScreenId smsScreenId) in GetAbstractScreenGroup() function in OHOS::Rosen::ScreenSessionManager
3816 auto originGroup = GetAbstractScreenGroup(screen->groupSmsId_); in RemoveVirtualScreenFromGroup()
4075 auto screenSessionGroup = GetAbstractScreenGroup(screenId); in GetScreenGroupInfoById()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp559 if (abstractScreenController_->GetAbstractScreenGroup(mainScreen->groupDmsId_) == nullptr) { in MakeMirror()
642 auto screenGroup = abstractScreenController_->GetAbstractScreenGroup(screenId); in GetScreenGroupInfoById()
731 …if (screen == nullptr || abstractScreenController_->GetAbstractScreenGroup(screen->groupDmsId_) ==… in MakeExpand()
H A Dabstract_screen_controller.cpp179 sptr<AbstractScreenGroup> AbstractScreenController::GetAbstractScreenGroup(ScreenId dmsScreenId) in GetAbstractScreenGroup() function in OHOS::Rosen::AbstractScreenController
1088 auto group = GetAbstractScreenGroup(screen->groupDmsId_); in MakeMirror()
1232 auto group = GetAbstractScreenGroup(defaultScreen->groupDmsId_); in MakeExpand()
1253 auto originGroup = GetAbstractScreenGroup(screen->groupDmsId_); in RemoveVirtualScreenFromGroup()
H A Ddisplay_dumper.cpp179 auto screenGroup = abstractScreenController_->GetAbstractScreenGroup(screenId); in DumpAllScreenInfo()
H A Dabstract_screen.cpp61 return screenController_->GetAbstractScreenGroup(groupDmsId_); in GetGroup()
H A Dabstract_display_controller.cpp631 Point point = abstractScreenController_->GetAbstractScreenGroup(absScreen->groupDmsId_)-> in AddScreenToExpandLocked()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h54 sptr<AbstractScreenGroup> GetAbstractScreenGroup(ScreenId dmsScreenId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h157 sptr<ScreenSessionGroup> GetAbstractScreenGroup(ScreenId smsScreenId);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp895 HWTEST_F(ScreenSessionManagerTest, GetAbstractScreenGroup, Function | SmallTest | Level3)
906 ASSERT_EQ(sreengroup, ssm_->GetAbstractScreenGroup(2));