Home
last modified time | relevance | path

Searched refs:MakeMirror (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp362 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 Dabstract_screen_controller_test.cpp171 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 Ddisplay_manager_proxy_test.cpp961 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 Dscreen_manager_test.cpp364 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 Ddemo_snapshot_virtual_screen.cpp68 ScreenManager::GetInstance().MakeMirror(mainId, mirrorIds, screenGroupId); in InitMirror()
/ohos5.0/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);
H A Drs_interfaces_system_test.cpp104 ScreenManager::GetInstance().MakeMirror(defaultScreenId_, mirrorIds, screenGroupId);
/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/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()
/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…
H A Ddisplay_manager_service.h100 …DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds, ScreenId& screenG…
H A Dabstract_screen_controller.h72 DMError MakeMirror(ScreenId, std::vector<ScreenId> screens);
H A Ddisplay_manager_interface.h133 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp120 … ScreenManager::GetInstance().MakeMirror(defaultDisplay->GetScreenId(), mirrorIds, screenGroupId); in StartMirror()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp467 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 Dscreen_manager.cpp477 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 Ddisplay_manager_adapter_test.cpp602 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 Ddisplay_manager_adapter.h125 …virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& …
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp534 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 Ddisplay_manager_stub.cpp226 DMError ret = MakeMirror(mainScreenId, mirrorScreenId, screenGroupId); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h84 virtual DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
H A Dscreen_session_manager_interface.h105 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 Djs_screen_manager.cpp73 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 Dscreen_session_manager_proxy_test.cpp913 HWTEST_F(ScreenSessionManagerProxyTest, MakeMirror, Function | SmallTest | Level1)
924 screenSessionManagerProxy->MakeMirror(Id, mirrorScreenIds, screenGroupId));
927 screenSessionManagerProxy->MakeMirror(Id, mirrorScreenIds, screenGroupId));

12