/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 362 dms_->MakeMirror(DISPLAY_ID_INVALID, mirrorScreenIds, screenGroupId1); 520 HWTEST_F(DisplayManagerServiceTest, MakeMirror, Function | SmallTest | Level3) 528 DMError ret = dms_->MakeMirror(mainScreenId, mirrorScreenIds, screenGroupId);
|
H A D | abstract_screen_controller_test.cpp | 171 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(5, screens)); 183 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(2, screens)); 197 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(2, screens)); 211 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(2, screens)); 225 ASSERT_TRUE(DMError::DM_OK == absController_->MakeMirror(2, screens));
|
H A D | display_manager_proxy_test.cpp | 961 HWTEST_F(DisplayManagerProxyTest, MakeMirror, Function | SmallTest | Level1) 970 auto result1 = proxy1.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); 977 auto result2 = proxy2.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); 981 auto result3 = proxy2.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId);
|
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 364 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); 409 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); 439 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); 480 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); 679 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, mirrorGroup); 731 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, mirrorGroup); 844 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorScreens, mirrorGroup); 888 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorScreens, mirrorGroup);
|
/ohos5.0/foundation/window/window_manager/test/demo/ |
H A D | demo_snapshot_virtual_screen.cpp | 68 ScreenManager::GetInstance().MakeMirror(mainId, mirrorIds, screenGroupId); in InitMirror()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/ |
H A D | rs_interfaces_virtual_screen_test.cpp | 103 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
|
H A D | rs_interfaces_system_test.cpp | 104 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
|
/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/test/fuzztest/dms/screenmanager_fuzzer/ |
H A D | screenmanager_fuzzer.cpp | 124 screenManager.MakeMirror(0, { screenId }, groupId); in MakeMirrorWithVirtualScreenFuzzTest() 284 screenManager.MakeMirror(screenId, screenIds, screenGroupId); in MakeMirrorFuzzTest()
|
/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…
|
H A D | display_manager_service.h | 100 …DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenG…
|
H A D | abstract_screen_controller.h | 72 DMError MakeMirror(ScreenId, std::vector<ScreenId> screens);
|
H A D | display_manager_interface.h | 133 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 120 … ScreenManager::GetInstance().MakeMirror(defaultDisplay->GetScreenId(), mirrorIds, screenGroupId); in StartMirror()
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 467 DMError ScreenManagerAdapter::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenI… in MakeMirror() function in OHOS::Rosen::ScreenManagerAdapter 472 return displayManagerServiceProxy_->MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in MakeMirror()
|
H A D | screen_manager.cpp | 477 DMError ScreenManager::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, Scre… in MakeMirror() function in OHOS::Rosen::ScreenManager 484 …DMError ret = SingletonContainer::Get<ScreenManagerAdapter>().MakeMirror(mainScreenId, mirrorScree… in MakeMirror()
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 602 HWTEST_F(DisplayManagerAdapterTest, MakeMirror, Function | SmallTest | Level2) 606 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().MakeMirror(0,
|
/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& …
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 534 DMError DisplayManagerService::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreen… in MakeMirror() function in OHOS::Rosen::DisplayManagerService 554 DMError ret = abstractScreenController_->MakeMirror(mainScreenId, allMirrorScreenIds); in MakeMirror()
|
H A D | display_manager_stub.cpp | 226 DMError ret = MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 84 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
|
H A D | screen_session_manager_interface.h | 105 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, in MakeMirror() function
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 73 static napi_value MakeMirror(napi_env env, napi_callback_info info) in MakeMirror() function in OHOS::Rosen::JsScreenManager 414 … SingletonContainer::Get<ScreenManager>().MakeMirror(mainScreenId, screenIds, screenGroupId)); in OnMakeMirror() 1070 BindNativeFunction(env, exportObj, "makeMirror", moduleName, JsScreenManager::MakeMirror); in JsScreenManagerInit()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 913 HWTEST_F(ScreenSessionManagerProxyTest, MakeMirror, Function | SmallTest | Level1) 924 screenSessionManagerProxy->MakeMirror(Id, mirrorScreenIds, screenGroupId)); 927 screenSessionManagerProxy->MakeMirror(Id, mirrorScreenIds, screenGroupId));
|