Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp552 if (abstractScreenController_->GetAbstractScreenGroup(mainScreen->groupDmsId_) == nullptr) { in MakeMirror()
635 auto screenGroup = abstractScreenController_->GetAbstractScreenGroup(screenId); in GetScreenGroupInfoById()
724 if (screen == nullptr || abstractScreenController_->GetAbstractScreenGroup(screen->groupDmsId_) == nullptr) { in MakeExpand()
H A Dabstract_screen_controller.cpp179 sptr<AbstractScreenGroup> AbstractScreenController::GetAbstractScreenGroup(ScreenId dmsScreenId) in GetAbstractScreenGroup() function in OHOS::Rosen::AbstractScreenController
1087 WLOGFD("GetAbstractScreenGroup start"); in MakeMirror()
1088 auto group = GetAbstractScreenGroup(screen->groupDmsId_); in MakeMirror()
1101 WLOGFD("GetAbstractScreenGroup end"); 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.cpp635 Point point = abstractScreenController_->GetAbstractScreenGroup(absScreen->groupDmsId_)-> in AddScreenToExpandLocked()
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h54 sptr<AbstractScreenGroup> GetAbstractScreenGroup(ScreenId dmsScreenId);
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp82 if (ScreenSessionManager::GetInstance().GetAbstractScreenGroup(mainScreen->groupSmsId_) == nullptr) { in VirtualScreenMirrorSwitch()
157 auto group = ScreenSessionManager::GetInstance().GetAbstractScreenGroup(screenSession->groupSmsId_); in VirtualScreenUniqueSwitch()
H A Dscreen_session_manager.cpp3289 sptr<ScreenSessionGroup> screenGroup = GetAbstractScreenGroup(screen->groupSmsId_); in StopScreens()
3505 if (screen == nullptr || GetAbstractScreenGroup(screen->groupSmsId_) == nullptr) { in MakeExpand()
3521 auto group = GetAbstractScreenGroup(defaultScreen->groupSmsId_); in OnMakeExpand()
3827 sptr<ScreenSessionGroup> screenGroup = GetAbstractScreenGroup(groupSmsId); in RemoveFromGroupLocked()
3871 auto group = GetAbstractScreenGroup(screen->groupSmsId_); in SetMirror()
3891 sptr<ScreenSessionGroup> ScreenSessionManager::GetAbstractScreenGroup(ScreenId smsScreenId) in GetAbstractScreenGroup() function in OHOS::Rosen::ScreenSessionManager
4004 auto originGroup = GetAbstractScreenGroup(screen->groupSmsId_); in RemoveVirtualScreenFromGroup()
4226 auto screenSessionGroup = GetAbstractScreenGroup(screenId); in GetScreenGroupInfoById()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h159 sptr<ScreenSessionGroup> GetAbstractScreenGroup(ScreenId smsScreenId);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1549 * @tc.name: GetAbstractScreenGroup
1550 * @tc.desc: GetAbstractScreenGroup virtual screen
1553 HWTEST_F(ScreenSessionManagerTest, GetAbstractScreenGroup, Function | SmallTest | Level3) in HWTEST_F()
1557 virtualOption.name_ = "GetAbstractScreenGroup"; in HWTEST_F()
1564 ASSERT_EQ(sreengroup, ssm_->GetAbstractScreenGroup(2)); in HWTEST_F()

Completed in 36 milliseconds