Home
last modified time | relevance | path

Searched refs:mirrorScreenId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp964 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 Ddisplay_manager_stub.cpp220 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 Ddisplay_manager_proxy.cpp1290 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 Dscreen_manager.h113 …DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGr…
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp477 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 Ddisplay_manager_adapter.cpp467 …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 Dmock_display_manager_adapter.h63 MOCK_METHOD3(MakeMirror, DMError(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId,
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h85 …DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGr…
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_manager_test.cpp731 std::vector<ScreenId> mirrorScreenId; variable
733 mirrorScreenId.emplace_back(i);
736 DMError error = ScreenManager::GetInstance().MakeMirror(1, mirrorScreenId, ScreenGroupId);
H A Ddisplay_manager_adapter_test.cpp604 std::vector<ScreenId> mirrorScreenId; variable
607 mirrorScreenId, screenGroupId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp247 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 Ddisplay_manager_adapter.h125 …virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& …