Searched refs:GetAbstractScreenGroup (Results 1 – 10 of 10) sorted by relevance
77 …if (ScreenSessionManager::GetInstance().GetAbstractScreenGroup(mainScreen->groupSmsId_) == nullptr… in VirtualScreenMirrorSwitch()152 …auto group = ScreenSessionManager::GetInstance().GetAbstractScreenGroup(screenSession->groupSmsId_… in VirtualScreenUniqueSwitch()
3097 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::ScreenSessionManager3816 auto originGroup = GetAbstractScreenGroup(screen->groupSmsId_); in RemoveVirtualScreenFromGroup()4075 auto screenSessionGroup = GetAbstractScreenGroup(screenId); in GetScreenGroupInfoById()
559 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()
179 sptr<AbstractScreenGroup> AbstractScreenController::GetAbstractScreenGroup(ScreenId dmsScreenId) in GetAbstractScreenGroup() function in OHOS::Rosen::AbstractScreenController1088 auto group = GetAbstractScreenGroup(screen->groupDmsId_); in MakeMirror()1232 auto group = GetAbstractScreenGroup(defaultScreen->groupDmsId_); in MakeExpand()1253 auto originGroup = GetAbstractScreenGroup(screen->groupDmsId_); in RemoveVirtualScreenFromGroup()
179 auto screenGroup = abstractScreenController_->GetAbstractScreenGroup(screenId); in DumpAllScreenInfo()
61 return screenController_->GetAbstractScreenGroup(groupDmsId_); in GetGroup()
631 Point point = abstractScreenController_->GetAbstractScreenGroup(absScreen->groupDmsId_)-> in AddScreenToExpandLocked()
54 sptr<AbstractScreenGroup> GetAbstractScreenGroup(ScreenId dmsScreenId);
157 sptr<ScreenSessionGroup> GetAbstractScreenGroup(ScreenId smsScreenId);
895 HWTEST_F(ScreenSessionManagerTest, GetAbstractScreenGroup, Function | SmallTest | Level3)906 ASSERT_EQ(sreengroup, ssm_->GetAbstractScreenGroup(2));