Home
last modified time | relevance | path

Searched refs:StopMirror (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp123 static void StopMirror() in StopMirror() function
351 (void)StopMirror(); in main()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp364 ASSERT_EQ(DMError::DM_OK, dms_->StopMirror(mirrorScreenIds));
538 HWTEST_F(DisplayManagerServiceTest, StopMirror, Function | SmallTest | Level3)
544 DMError ret = dms_->StopMirror(mirrorScreenIds);
H A Ddisplay_manager_proxy_test.cpp990 HWTEST_F(DisplayManagerProxyTest, StopMirror, Function | SmallTest | Level1)
997 auto result1 = proxy1.StopMirror(mirrorScreenId);
1004 auto result2 = proxy2.StopMirror(mirrorScreenId);
1008 auto result3 = proxy2.StopMirror(mirrorScreenId);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_manager.h137 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds);
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_manager_test.cpp480 HWTEST_F(ScreenManagerTest, StopMirror, Function | SmallTest | Level1)
485 ASSERT_EQ(DMError::DM_OK, ScreenManager::GetInstance().StopMirror(screenIds));
487 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds1);
490 err = SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds2);
H A Ddisplay_manager_adapter_test.cpp616 HWTEST_F(DisplayManagerAdapterTest, StopMirror, Function | SmallTest | Level2)
619 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h86 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
H A Ddisplay_manager_service.h103 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
H A Ddisplay_manager_interface.h137 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) = 0;
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp475 DMError ScreenManagerAdapter::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::ScreenManagerAdapter
479 return displayManagerServiceProxy_->StopMirror(mirrorScreenIds); in StopMirror()
H A Dscreen_manager.cpp501 DMError ScreenManager::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::ScreenManager
507 return SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds); in StopMirror()
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h127 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h86 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
H A Dscreen_session_manager_interface.h109 …virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override { return DMError… in StopMirror() function
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp85 static napi_value StopMirror(napi_env env, napi_callback_info info) in StopMirror() function in OHOS::Rosen::JsScreenManager
523 SingletonContainer::Get<ScreenManager>().StopMirror(screenIds)); in OnStopMirror()
1072 BindNativeFunction(env, exportObj, "stopMirror", moduleName, JsScreenManager::StopMirror); in JsScreenManagerInit()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp936 HWTEST_F(ScreenSessionManagerProxyTest, StopMirror, Function | SmallTest | Level1)
945 screenSessionManagerProxy->StopMirror(mirrorScreenIds));
948 screenSessionManagerProxy->StopMirror(mirrorScreenIds));
H A Dscreen_session_manager_test.cpp1715 HWTEST_F(ScreenSessionManagerTest, StopMirror, Function | SmallTest | Level3)
1718 EXPECT_EQ(DMError::DM_OK, ssm_->StopMirror(mirrorScreenIds));
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp409 DMError ret = StopMirror(mirrorScreenIds); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp567 DMError DisplayManagerService::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::DisplayManagerService
H A Ddisplay_manager_proxy.cpp1322 DMError DisplayManagerProxy::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::DisplayManagerProxy
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp308 proxy->StopMirror(screenIds); in ProxyInterfaceFuzzTestPart3()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h112 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp264 DMError ret = StopMirror(mirrorScreenIds); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1216 DMError ScreenSessionManagerProxy::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2947 StopMirror(screenIds); in DisableMirror()
3056 DMError ScreenSessionManager::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::ScreenSessionManager

12