Home
last modified time | relevance | path

Searched refs:screenGroupId (Results 1 - 25 of 42) sorted by relevance

12

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dmulti_screen_manager_test.cpp79 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 Daccessibility_connection.cpp119 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 Dwindow_dumper.cpp77 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 Drs_interfaces_virtual_screen_test.cpp102 ScreenId screenGroupId; in HWTEST_F() local
103 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); in HWTEST_F()
H A Drs_interfaces_system_test.cpp103 ScreenId screenGroupId; in HWTEST_F() local
104 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); in HWTEST_F()
/foundation/window/window_manager/test/demo/
H A Ddemo_snapshot_virtual_screen.cpp67 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 Dmulti_screen_manager.h36 ScreenId& screenGroupId);
58 ScreenId& screenGroupId);
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp119 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 Dscreen_manager.h100 * @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 Ddisplay_manager_stub.cpp225 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 Ddisplay_manager_service.cpp528 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 Ddisplay_manager_service_test.cpp523 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 Dwindow_dumper.h40 WMError DumpScreenGroupWindowInfo(ScreenId screenGroupId, const sptr<WindowNodeContainer>& windowNodeContainer,
/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/
H A Dscreenmanager_fuzzer.cpp282 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 Ddisplay_manager_proxy.h85 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 Ddisplay_manager_service.h99 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenGroupId) override;
101 ScreenId& screenGroupId) override;
/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h65 ScreenId& screenGroupId));
67 ScreenId& screenGroupId));
/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp434 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 Ddisplay_manager_adapter.cpp477 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 Ddisplay_manager_adapter_test.cpp601 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 Dmulti_screen_manager.cpp67 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 Ddisplay_info.h48 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 Dscreen_session_manager_stub.cpp266 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 Dscreensessionmanager_fuzzer.cpp306 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 Dscreen_manager_test.cpp360 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()

Completed in 21 milliseconds

12