/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 964 std::vector<ScreenId> mirrorScreenId; variable 965 mirrorScreenId.emplace_back(1001); 970 auto result1 = proxy1.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); 977 auto result2 = proxy2.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); 981 auto result3 = proxy2.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); 992 std::vector<ScreenId> mirrorScreenId; variable 993 mirrorScreenId.emplace_back(1001); 997 auto result1 = proxy1.StopMirror(mirrorScreenId); 1004 auto result2 = proxy2.StopMirror(mirrorScreenId); 1008 auto result3 = proxy2.StopMirror(mirrorScreenId);
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 220 std::vector<ScreenId> mirrorScreenId; in OnRemoteRequest() local 221 if (!data.ReadUInt64Vector(&mirrorScreenId)) { in OnRemoteRequest() 226 DMError ret = MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in OnRemoteRequest()
|
H A D | display_manager_proxy.cpp | 1290 DMError DisplayManagerProxy::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, in MakeMirror() argument 1307 data.WriteUInt64Vector(mirrorScreenId); in MakeMirror()
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 113 …DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGr…
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen_manager.cpp | 477 DMError ScreenManager::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, Scre… in MakeMirror() argument 480 if (mirrorScreenId.size() > MAX_SCREEN_SIZE) { in MakeMirror() 484 …rror ret = SingletonContainer::Get<ScreenManagerAdapter>().MakeMirror(mainScreenId, mirrorScreenId, in MakeMirror()
|
H A D | display_manager_adapter.cpp | 467 …Error ScreenManagerAdapter::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, in MakeMirror() argument 472 return displayManagerServiceProxy_->MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in MakeMirror()
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 63 MOCK_METHOD3(MakeMirror, DMError(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId,
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_proxy.h | 85 …DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGr…
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_manager_test.cpp | 731 std::vector<ScreenId> mirrorScreenId; variable 733 mirrorScreenId.emplace_back(i); 736 DMError error = ScreenManager::GetInstance().MakeMirror(1, mirrorScreenId, ScreenGroupId);
|
H A D | display_manager_adapter_test.cpp | 604 std::vector<ScreenId> mirrorScreenId; variable 607 mirrorScreenId, screenGroupId);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 247 std::vector<ScreenId> mirrorScreenId; in OnRemoteRequest() local 248 if (!data.ReadUInt64Vector(&mirrorScreenId)) { in OnRemoteRequest() 253 DMError ret = MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 125 …virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& …
|