/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | multi_screen_manager_test.cpp | 79 ScreenId screenGroupId; in HWTEST_F() local 80 MultiScreenManager::GetInstance().VirtualScreenMirrorSwitch(mainScreenId, ScreenIds, screenGroupId); in HWTEST_F() 81 EXPECT_EQ(screenGroupId, 0); in HWTEST_F() 93 ScreenId screenGroupId; in HWTEST_F() local 96 auto ret = MultiScreenManager::GetInstance().VirtualScreenMirrorSwitch(mainScreenId, ScreenIds, screenGroupId); in HWTEST_F() 109 ScreenId screenGroupId; in HWTEST_F() local 117 auto ret = MultiScreenManager::GetInstance().VirtualScreenMirrorSwitch(mainScreenId, ScreenIds, screenGroupId); in HWTEST_F() 130 ScreenId screenGroupId; in HWTEST_F() local 131 MultiScreenManager::GetInstance().VirtualScreenMirrorSwitch(mainScreenId, ScreenIds, screenGroupId); in HWTEST_F() 132 EXPECT_EQ(screenGroupId, in HWTEST_F() 144 ScreenId screenGroupId; HWTEST_F() local 158 ScreenId screenGroupId; HWTEST_F() local 506 ScreenId screenGroupId = 0; HWTEST_F() local 519 ScreenId screenGroupId = 0; HWTEST_F() local 532 ScreenId screenGroupId = 0; HWTEST_F() local 545 ScreenId screenGroupId = 0; HWTEST_F() local 558 ScreenId screenGroupId = 0; HWTEST_F() local [all...] |
/foundation/window/window_manager/wmserver/src/ |
H A D | accessibility_connection.cpp | 119 ScreenId screenGroupId = DisplayManagerServiceInner::GetInstance().GetScreenGroupIdByDisplayId(displayId); in GetAccessibilityWindowInfo() local 121 if (windowNodeContainers.count(screenGroupId) == 0 && container != nullptr) { in GetAccessibilityWindowInfo() 122 windowNodeContainers.insert(std::make_pair(screenGroupId, container)); in GetAccessibilityWindowInfo()
|
H A D | window_dumper.cpp | 77 WMError WindowDumper::DumpScreenGroupWindowInfo(ScreenId screenGroupId, in DumpScreenGroupWindowInfo() argument 85 oss << "-------------------------------------ScreenGroup " << screenGroupId in DumpScreenGroupWindowInfo() 93 windowRoot_->GetBackgroundNodesByScreenId(screenGroupId, windowNodes); in DumpScreenGroupWindowInfo() 147 ScreenId screenGroupId = DisplayManagerServiceInner::GetInstance().GetScreenGroupIdByDisplayId(displayId); in DumpAllWindowInfo() local 148 if (windowNodeContainers.count(screenGroupId) == 0) { in DumpAllWindowInfo() 149 windowNodeContainers.insert(std::make_pair(screenGroupId, windowNodeContainer)); in DumpAllWindowInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/ |
H A D | rs_interfaces_virtual_screen_test.cpp | 102 ScreenId screenGroupId; in HWTEST_F() local 103 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); in HWTEST_F()
|
H A D | rs_interfaces_system_test.cpp | 103 ScreenId screenGroupId;
in HWTEST_F() local 104 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F()
|
/foundation/window/window_manager/test/demo/ |
H A D | demo_snapshot_virtual_screen.cpp | 67 ScreenId screenGroupId = static_cast<ScreenId>(1);
in InitMirror() local 68 ScreenManager::GetInstance().MakeMirror(mainId, mirrorIds, screenGroupId);
in InitMirror()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | multi_screen_manager.h | 36 ScreenId& screenGroupId); 58 ScreenId& screenGroupId);
|
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 119 ScreenId screenGroupId; in StartMirror() local 120 ScreenManager::GetInstance().MakeMirror(defaultDisplay->GetScreenId(), mirrorIds, screenGroupId); in StartMirror() 189 ScreenId screenGroupId; in StartExpand() local 190 ScreenManager::GetInstance().MakeExpand(options, screenGroupId); in StartExpand()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 100 * @param screenGroupId Screen group id.
103 DMError MakeExpand(const std::vector<ExpandOption>& options, ScreenId& screenGroupId);
110 * @param screenGroupId Screen group id.
113 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 225 ScreenId screenGroupId = INVALID_SCREEN_ID;
in OnRemoteRequest() local 226 DMError ret = MakeMirror(mainScreenId, mirrorScreenId, screenGroupId);
in OnRemoteRequest() 228 reply.WriteUint64(static_cast<uint64_t>(screenGroupId));
in OnRemoteRequest() 270 ScreenId screenGroupId = INVALID_SCREEN_ID;
in OnRemoteRequest() local 271 DMError ret = MakeExpand(screenId, startPoint, screenGroupId);
in OnRemoteRequest() 273 reply.WriteUint64(static_cast<uint64_t>(screenGroupId));
in OnRemoteRequest()
|
H A D | display_manager_service.cpp | 528 ScreenId& screenGroupId)
in MakeMirror() 556 screenGroupId = mainScreen->groupDmsId_;
in MakeMirror() 677 ScreenId& screenGroupId)
in MakeExpand() 728 screenGroupId = screen->groupDmsId_;
in MakeExpand() 527 MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenGroupId) MakeMirror() argument 676 MakeExpand(std::vector<ScreenId> expandScreenIds, std::vector<Point> startPoints, ScreenId& screenGroupId) MakeExpand() argument
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 523 ScreenId screenGroupId = 3; in HWTEST_F() local 527 DMError ret = dms_->MakeMirror(mainScreenId, mirrorScreenIds, screenGroupId); in HWTEST_F() 626 ScreenId screenGroupId = 3; in HWTEST_F() local 627 auto ret = dms_->MakeExpand(expandScreenIds, startPoints, screenGroupId); in HWTEST_F() 640 ScreenId screenGroupId = 3; in HWTEST_F() local 641 auto ret = dms_->MakeExpand(expandScreenIds, startPoints, screenGroupId); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_dumper.h | 40 WMError DumpScreenGroupWindowInfo(ScreenId screenGroupId, const sptr<WindowNodeContainer>& windowNodeContainer,
|
/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/ |
H A D | screenmanager_fuzzer.cpp | 282 ScreenId screenGroupId; in MakeMirrorFuzzTest() local 284 screenManager.MakeMirror(screenId, screenIds, screenGroupId); in MakeMirrorFuzzTest() 314 ScreenId screenGroupId; in MakeExpandFuzzTest() local 315 screenManager.MakeExpand(options, screenGroupId); in MakeExpandFuzzTest()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_proxy.h | 85 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId) override;
90 DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint, ScreenId& screenGroupId) override;
|
H A D | display_manager_service.h | 99 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenGroupId) override;
101 ScreenId& screenGroupId) override;
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 65 ScreenId& screenGroupId));
67 ScreenId& screenGroupId));
|
/foundation/window/window_manager/dm/src/ |
H A D | screen_manager.cpp | 434 DMError ScreenManager::MakeExpand(const std::vector<ExpandOption>& options, ScreenId& screenGroupId)
in MakeExpand() argument 453 DMError ret = SingletonContainer::Get<ScreenManagerAdapter>().MakeExpand(screenIds, startPoints, screenGroupId);
in MakeExpand() 454 if (screenGroupId == SCREEN_ID_INVALID) {
in MakeExpand() 475 DMError ScreenManager::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId)
in MakeMirror() argument 483 screenGroupId);
in MakeMirror() 484 if (screenGroupId == SCREEN_ID_INVALID) {
in MakeMirror()
|
H A D | display_manager_adapter.cpp | 477 ScreenId& screenGroupId)
in MakeMirror() 481 return displayManagerServiceProxy_->MakeMirror(mainScreenId, mirrorScreenId, screenGroupId);
in MakeMirror() 690 ScreenId& screenGroupId)
in MakeExpand() 694 return displayManagerServiceProxy_->MakeExpand(screenId, startPoint, screenGroupId);
in MakeExpand() 476 MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId) MakeMirror() argument 689 MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint, ScreenId& screenGroupId) MakeExpand() argument
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 601 ScreenId screenGroupId;
in HWTEST_F() local 603 mirrorScreenId, screenGroupId);
in HWTEST_F() 679 ScreenId screenGroupId;
in HWTEST_F() local 681 startPoint, screenGroupId);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | multi_screen_manager.cpp | 67 const std::vector<ScreenId>& screenIds, ScreenId& screenGroupId) in VirtualScreenMirrorSwitch() 86 screenGroupId = mainScreen->groupSmsId_; in VirtualScreenMirrorSwitch() 214 ScreenId& screenGroupId) in MirrorSwitch() 227 switchStatus = VirtualScreenMirrorSwitch(mainScreenId, virtualScreenIds, screenGroupId); in MirrorSwitch() 231 screenGroupId = 1; in MirrorSwitch() 66 VirtualScreenMirrorSwitch(const ScreenId mainScreenId, const std::vector<ScreenId>& screenIds, ScreenId& screenGroupId) VirtualScreenMirrorSwitch() argument 213 MirrorSwitch(const ScreenId mainScreenId, const std::vector<ScreenId>& screenIds, ScreenId& screenGroupId) MirrorSwitch() argument
|
/foundation/window/window_manager/utils/include/ |
H A D | display_info.h | 48 DEFINE_VAR_DEFAULT_FUNC_GET_SET(ScreenId, ScreenGroupId, screenGroupId, SCREEN_ID_INVALID);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 266 ScreenId screenGroupId = INVALID_SCREEN_ID; in OnRemoteRequest() local 267 DMError ret = MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in OnRemoteRequest() 269 static_cast<void>(reply.WriteUint64(static_cast<uint64_t>(screenGroupId))); in OnRemoteRequest() 329 ScreenId screenGroupId = INVALID_SCREEN_ID; in OnRemoteRequest() local 330 DMError ret = MakeExpand(screenId, startPoint, screenGroupId); in OnRemoteRequest() 332 static_cast<void>(reply.WriteUint64(static_cast<uint64_t>(screenGroupId))); in OnRemoteRequest()
|
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 306 ScreenId screenGroupId; in ProxyInterfaceFuzzTestPart3() local 307 proxy->MakeMirror(mainScreenId, screenIds, screenGroupId); in ProxyInterfaceFuzzTestPart3() 312 proxy->MakeExpand(screenIds, startPoint, screenGroupId); in ProxyInterfaceFuzzTestPart3()
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 360 ScreenId screenGroupId;
in HWTEST_F() local 364 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 405 ScreenId screenGroupId;
in HWTEST_F() local 409 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 432 ScreenId screenGroupId;
in HWTEST_F() local 439 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 470 ScreenId screenGroupId;
in HWTEST_F() local 480 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F()
|