/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 123 static void StopMirror() in StopMirror() function 340 cout << "1:StopMirror" << endl; in main() 351 (void)StopMirror(); in main()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 158 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds);
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 363 ASSERT_EQ(DMError::DM_OK, dms_->StopMirror(mirrorScreenIds)); in HWTEST_F() 533 * @tc.name: StopMirror 534 * @tc.desc: StopMirror 537 HWTEST_F(DisplayManagerServiceTest, StopMirror, Function | SmallTest | Level3) in HWTEST_F() 543 DMError ret = dms_->StopMirror(mirrorScreenIds); in HWTEST_F()
|
H A D | display_manager_proxy_test.cpp | 986 * @tc.name: StopMirror 987 * @tc.desc: test DisplayManagerProxy::StopMirror 990 HWTEST_F(DisplayManagerProxyTest, StopMirror, Function | SmallTest | Level1) in HWTEST_F() 997 auto result1 = proxy1.StopMirror(mirrorScreenId); in HWTEST_F() 1004 auto result2 = proxy2.StopMirror(mirrorScreenId); in HWTEST_F() 1008 auto result3 = proxy2.StopMirror(mirrorScreenId); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_proxy.h | 86 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
|
H A D | display_manager_service.h | 102 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
|
H A D | display_manager_interface.h | 152 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) = 0;
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_manager_test.cpp | 476 * @tc.name: StopMirror 477 * @tc.desc: StopMirror id 480 HWTEST_F(ScreenManagerTest, StopMirror, Function | SmallTest | Level1) in HWTEST_F() 485 ASSERT_EQ(DMError::DM_OK, ScreenManager::GetInstance().StopMirror(screenIds)); in HWTEST_F() 487 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds1); in HWTEST_F() 490 err = SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds2); in HWTEST_F()
|
H A D | display_manager_adapter_test.cpp | 608 * @tc.name: StopMirror
612 HWTEST_F(DisplayManagerAdapterTest, StopMirror, Function | SmallTest | Level2)
in HWTEST_F() 615 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds);
in HWTEST_F()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 500 DMError ScreenManagerAdapter::StopMirror(const std::vector<ScreenId>& mirrorScreenIds)
in StopMirror() function in OHOS::Rosen::ScreenManagerAdapter 504 return displayManagerServiceProxy_->StopMirror(mirrorScreenIds);
in StopMirror()
|
H A D | screen_manager.cpp | 520 DMError ScreenManager::StopMirror(const std::vector<ScreenId>& mirrorScreenIds)
in StopMirror() function in OHOS::Rosen::ScreenManager 526 return SingletonContainer::Get<ScreenManagerAdapter>().StopMirror(mirrorScreenIds);
in StopMirror()
|
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 127 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 118 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override { return DMError::DM_OK; }
|
H A D | screen_session_manager_proxy.h | 92 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 102 static napi_value StopMirror(napi_env env, napi_callback_info info)
in StopMirror() function in OHOS::Rosen::JsScreenManager 623 SingletonContainer::Get<ScreenManager>().StopMirror(screenIds));
in OnStopMirror() 1240 BindNativeFunction(env, exportObj, "stopMirror", moduleName, JsScreenManager::StopMirror);
in JsScreenManagerInit()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 932 * @tc.name: StopMirror 933 * @tc.desc: StopMirror 936 HWTEST_F(ScreenSessionManagerProxyTest, StopMirror, Function | SmallTest | Level1) in HWTEST_F() 945 screenSessionManagerProxy->StopMirror(mirrorScreenIds)); in HWTEST_F() 948 screenSessionManagerProxy->StopMirror(mirrorScreenIds)); in HWTEST_F()
|
H A D | screen_session_manager_test.cpp | 2367 * @tc.name: StopMirror 2368 * @tc.desc: StopMirror test 2371 HWTEST_F(ScreenSessionManagerTest, StopMirror, Function | SmallTest | Level3) in HWTEST_F() 2374 EXPECT_EQ(DMError::DM_OK, ssm_->StopMirror(mirrorScreenIds)); in HWTEST_F()
|
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 308 proxy->StopMirror(screenIds); in ProxyInterfaceFuzzTestPart3()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 409 DMError ret = StopMirror(mirrorScreenIds);
in OnRemoteRequest()
|
H A D | display_manager_service.cpp | 560 DMError DisplayManagerService::StopMirror(const std::vector<ScreenId>& mirrorScreenIds)
in StopMirror() function in OHOS::Rosen::DisplayManagerService
|
H A D | display_manager_proxy.cpp | 1320 DMError DisplayManagerProxy::StopMirror(const std::vector<ScreenId>& mirrorScreenIds)
in StopMirror() function in OHOS::Rosen::DisplayManagerProxy 1324 WLOGFW("StopMirror fail: remote is null");
in StopMirror() 1332 WLOGFE("StopMirror fail: WriteInterfaceToken failed");
in StopMirror() 1337 WLOGFE("StopMirror fail: data write failed");
in StopMirror() 1342 WLOGFW("StopMirror fail: SendRequest failed");
in StopMirror()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 115 virtual DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 307 DMError ret = StopMirror(mirrorScreenIds); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 1339 DMError ScreenSessionManagerProxy::StopMirror(const std::vector<ScreenId>& mirrorScreenIds) in StopMirror() function in OHOS::Rosen::ScreenSessionManagerProxy 1343 WLOGFW("StopMirror fail: remote is null"); in StopMirror() 1351 WLOGFE("StopMirror fail: WriteInterfaceToken failed"); in StopMirror() 1356 WLOGFE("StopMirror fail: data write failed"); in StopMirror() 1361 WLOGFW("StopMirror fail: SendRequest failed"); in StopMirror()
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.cpp | 1948 ScreenManager::GetInstance().StopMirror(screenIds); in DestroyVirtualScreen()
|