Home
last modified time | relevance | path

Searched refs:CastConnectExtension (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/connection/
H A Dscreen_cast_connection.h29 bool CastConnectExtension(const int32_t &paramFlag);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_cast_connection.cpp33 bool ScreenCastConnection::CastConnectExtension(const int32_t &paramFlag) in CastConnectExtension() function in OHOS::Rosen::ScreenCastConnection
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1861 EXPECT_EQ(ScreenCastConnection::GetInstance().CastConnectExtension(1), false);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp661 if (!ScreenCastConnection::GetInstance().CastConnectExtension(static_cast<int32_t>(isPlugIn))) { in SendCastEvent()