/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); in HWTEST_F()
|
H A D | rs_interfaces_system_test.cpp | 104 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F()
|
/foundation/window/window_manager/test/demo/ |
H A D | demo_snapshot_virtual_screen.cpp | 68 ScreenManager::GetInstance().MakeMirror(mainId, mirrorIds, screenGroupId);
in InitMirror()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 164 * @tc.name: MakeMirror 165 * @tc.desc: MakeMirror test 171 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(5, screens)); in HWTEST_F() 175 * @tc.name: MakeMirror 176 * @tc.desc: MakeMirror test 183 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(2, screens)); in HWTEST_F() 187 * @tc.name: MakeMirror 188 * @tc.desc: MakeMirror test 197 ASSERT_TRUE(DMError::DM_OK != absController_->MakeMirror(2, screens)); in HWTEST_F() 201 * @tc.name: MakeMirror [all...] |
H A D | display_manager_service_test.cpp | 361 dms_->MakeMirror(DISPLAY_ID_INVALID, mirrorScreenIds, screenGroupId1); in HWTEST_F() 515 * @tc.name: MakeMirror 516 * @tc.desc: MakeMirror 519 HWTEST_F(DisplayManagerServiceTest, MakeMirror, Function | SmallTest | Level3) in HWTEST_F() 527 DMError ret = dms_->MakeMirror(mainScreenId, mirrorScreenIds, screenGroupId); in HWTEST_F()
|
H A D | display_manager_proxy_test.cpp | 957 * @tc.name: MakeMirror 958 * @tc.desc: test DisplayManagerProxy::MakeMirror 961 HWTEST_F(DisplayManagerProxyTest, MakeMirror, Function | SmallTest | Level1) in HWTEST_F() 970 auto result1 = proxy1.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in HWTEST_F() 977 auto result2 = proxy2.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in HWTEST_F() 981 auto result3 = proxy2.MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/mediasource/ |
H A D | video_source_screen.cpp | 136 Rosen::DMError err = Rosen::ScreenManager::GetInstance().MakeMirror(srcScreenId_, mirrorIds, groupId); in StartScreenSourceCapture() 138 SHARING_LOGE("MakeMirror failed, screenId:%{public}" PRIu64 "!", screenId_); in StartScreenSourceCapture()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 113 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId);
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 364 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 409 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 439 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 480 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
in HWTEST_F() 682 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, mirrorGroup);
in HWTEST_F() 734 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, mirrorGroup);
in HWTEST_F() 847 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorScreens, mirrorGroup);
in HWTEST_F() 891 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorScreens, mirrorGroup);
in HWTEST_F()
|
/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()
|
/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;
|
H A D | abstract_screen_controller.h | 72 DMError MakeMirror(ScreenId, std::vector<ScreenId> screens);
|
H A D | display_manager_service.h | 99 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenGroupId) override;
|
H A D | display_manager_interface.h | 138 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 64 MOCK_METHOD3(MakeMirror, DMError(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId,
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 594 * @tc.name: MakeMirror
598 HWTEST_F(DisplayManagerAdapterTest, MakeMirror, Function | SmallTest | Level2)
in HWTEST_F() 602 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().MakeMirror(0,
in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 120 ScreenManager::GetInstance().MakeMirror(defaultDisplay->GetScreenId(), mirrorIds, screenGroupId); in StartMirror()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 527 DMError DisplayManagerService::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
in MakeMirror() function in OHOS::Rosen::DisplayManagerService 534 WLOGFI("MakeMirror. mainScreenId :%{public}" PRIu64"", mainScreenId);
in MakeMirror() 546 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "dms:MakeMirror");
in MakeMirror() 547 DMError ret = abstractScreenController_->MakeMirror(mainScreenId, allMirrorScreenIds);
in MakeMirror()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 476 DMError ScreenManagerAdapter::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId,
in MakeMirror() function in OHOS::Rosen::ScreenManagerAdapter 481 return displayManagerServiceProxy_->MakeMirror(mainScreenId, mirrorScreenId, screenGroupId);
in MakeMirror()
|
H A D | screen_manager.cpp | 475 DMError ScreenManager::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId)
in MakeMirror() function in OHOS::Rosen::ScreenManager 482 DMError ret = SingletonContainer::Get<ScreenManagerAdapter>().MakeMirror(mainScreenId, mirrorScreenId,
in MakeMirror()
|
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 121 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 110 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
|
H A D | screen_session_manager_proxy.h | 86 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 78 static napi_value MakeMirror(napi_env env, napi_callback_info info)
in MakeMirror() function in OHOS::Rosen::JsScreenManager 438 SingletonContainer::Get<ScreenManager>().MakeMirror(mainScreenId, screenIds, screenGroupId));
in OnMakeMirror() 1235 BindNativeFunction(env, exportObj, "makeMirror", moduleName, JsScreenManager::MakeMirror);
in JsScreenManagerInit()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 909 * @tc.name: MakeMirror 910 * @tc.desc: MakeMirror 913 HWTEST_F(ScreenSessionManagerProxyTest, MakeMirror, Function | SmallTest | Level1) in HWTEST_F() 924 screenSessionManagerProxy->MakeMirror(Id, mirrorScreenIds, screenGroupId)); in HWTEST_F() 927 screenSessionManagerProxy->MakeMirror(Id, mirrorScreenIds, screenGroupId)); in HWTEST_F()
|