/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | multi_screen_manager.cpp | 163 std::vector<Point> startPoints; in VirtualScreenUniqueSwitch() local 164 startPoints.insert(startPoints.begin(), screenIds.size(), point); in VirtualScreenUniqueSwitch() 165 ScreenSessionManager::GetInstance().ChangeScreenGroup(group, screenIds, startPoints, in VirtualScreenUniqueSwitch()
|
H A D | screen_session_manager.cpp | 3697 std::vector<Point> startPoints; in SetMirror() local 3698 startPoints.insert(startPoints.begin(), screens.size(), point); in SetMirror() 3702 …ChangeScreenGroup(group, screens, startPoints, filterMirroredScreen, ScreenCombination::SCREEN_MIR… in SetMirror() 3732 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination) in ChangeScreenGroup() argument 3754 addChildPos.emplace_back(startPoints[i]); in ChangeScreenGroup()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 680 std::vector<Point> startPoints; variable 684 startPoints.emplace_back(point); 689 …absController_->ChangeScreenGroup(group, screens, startPoints, true, ScreenCombination::SCREEN_ALO… 703 std::vector<Point> startPoints; variable 707 startPoints.emplace_back(point); 741 std::vector<Point> startPoints; variable 744 ASSERT_EQ(false, absController_->MakeExpand(screenIds, startPoints)); 756 std::vector<Point> startPoints; variable 763 ASSERT_EQ(false, absController_->MakeExpand(screenIds, startPoints)); 1147 std::vector<Point> startPoints; variable [all …]
|
H A D | display_manager_service_test.cpp | 367 std::vector<Point> startPoints; variable 369 dms_->MakeExpand(expandScreenIds, startPoints, screenGroupId2);
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 683 …ayManagerService::MakeExpand(std::vector<ScreenId> expandScreenIds, std::vector<Point> startPoints, in MakeExpand() argument 690 …if (expandScreenIds.empty() || startPoints.empty() || expandScreenIds.size() != startPoints.size()… in MakeExpand() 693 … static_cast<uint32_t>(expandScreenIds.size()), static_cast<uint32_t>(startPoints.size())); in MakeExpand() 702 pointsMap[expandScreenIds[i]] = startPoints[i]; in MakeExpand()
|
H A D | abstract_screen_controller.cpp | 1103 std::vector<Point> startPoints; in MakeMirror() local 1104 startPoints.insert(startPoints.begin(), screens.size(), point); in MakeMirror() 1108 …ChangeScreenGroup(group, screens, startPoints, filterMirroredScreen, ScreenCombination::SCREEN_MIR… in MakeMirror() 1155 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination) in ChangeScreenGroup() argument 1177 addChildPos.emplace_back(startPoints[i]); in ChangeScreenGroup() 1224 …stractScreenController::MakeExpand(std::vector<ScreenId> screenIds, std::vector<Point> startPoints) in MakeExpand() argument 1237 …ChangeScreenGroup(group, screenIds, startPoints, filterExpandScreen, ScreenCombination::SCREEN_EXP… in MakeExpand()
|
H A D | abstract_screen.cpp | 598 …nGroup::AddChildren(std::vector<sptr<AbstractScreen>>& dmsScreens, std::vector<Point>& startPoints) in AddChildren() argument 601 if (size != startPoints.size()) { in AddChildren() 607 res = AddChild(dmsScreens[i], startPoints[i]) && res; in AddChildren()
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 73 bool MakeExpand(std::vector<ScreenId> screenIds, std::vector<Point> startPoints); 113 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination);
|
H A D | abstract_screen.h | 117 … bool AddChildren(std::vector<sptr<AbstractScreen>>& dmsScreens, std::vector<Point>& startPoints);
|
H A D | display_manager_service.h | 101 DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints,
|
H A D | display_manager_interface.h | 135 virtual DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints,
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen_manager.cpp | 447 std::vector<Point> startPoints; in MakeExpand() local 453 startPoints.emplace_back(Point(option.startX_, option.startY_)); in MakeExpand() 455 …DMError ret = SingletonContainer::Get<ScreenManagerAdapter>().MakeExpand(screenIds, startPoints, s… in MakeExpand()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 267 bool AddChildren(std::vector<sptr<ScreenSession>>& smsScreens, std::vector<Point>& startPoints);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 107 virtual DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints, in MakeExpand() argument
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1302 …onGroup::AddChildren(std::vector<sptr<ScreenSession>>& smsScreens, std::vector<Point>& startPoints) in AddChildren() argument 1305 if (size != startPoints.size()) { in AddChildren() 1311 res = AddChild(smsScreens[i], startPoints[i], nullptr) && res; in AddChildren()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1350 std::vector<Point> startPoints; variable 1351 bool res = sessionGroup.AddChildren(smsScreens, startPoints);
|
H A D | screen_session_manager_test.cpp | 777 std::vector<Point> startPoints; variable 779 …ror::DM_ERROR_RENDER_SERVICE_FAILED, ssm_->MakeExpand(mirrorScreenIds, startPoints, screenGroupId2…
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 162 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination);
|