Home
last modified time | relevance | path

Searched refs:MakeMirror (Results 1 - 25 of 36) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_virtual_screen_test.cpp103 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); in HWTEST_F()
H A Drs_interfaces_system_test.cpp104 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId); in HWTEST_F()
/foundation/window/window_manager/test/demo/
H A Ddemo_snapshot_virtual_screen.cpp68 ScreenManager::GetInstance().MakeMirror(mainId, mirrorIds, screenGroupId); in InitMirror()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp164 * @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 Ddisplay_manager_service_test.cpp361 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 Ddisplay_manager_proxy_test.cpp957 * @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 Dvideo_source_screen.cpp136 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 Dscreen_manager.h113 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId);
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp364 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 Dscreenmanager_fuzzer.cpp124 screenManager.MakeMirror(0, { screenId }, groupId); in MakeMirrorWithVirtualScreenFuzzTest()
284 screenManager.MakeMirror(screenId, screenIds, screenGroupId); in MakeMirrorFuzzTest()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h85 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId) override;
H A Dabstract_screen_controller.h72 DMError MakeMirror(ScreenId, std::vector<ScreenId> screens);
H A Ddisplay_manager_service.h99 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenGroupId) override;
H A Ddisplay_manager_interface.h138 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h64 MOCK_METHOD3(MakeMirror, DMError(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId,
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp594 * @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 Dtest.cpp120 ScreenManager::GetInstance().MakeMirror(defaultDisplay->GetScreenId(), mirrorIds, screenGroupId); in StartMirror()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp527 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 Ddisplay_manager_adapter.cpp476 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 Dscreen_manager.cpp475 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 Ddisplay_manager_adapter.h121 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId);
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h110 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
H A Dscreen_session_manager_proxy.h86 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp78 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 Dscreen_session_manager_proxy_test.cpp909 * @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()

Completed in 25 milliseconds

12