Home
last modified time | relevance | path

Searched refs:ScreenSessionConnectExtension (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/connection/
H A Dscreen_session_ability_connection.h85 … bool ScreenSessionConnectExtension(const std::string &bundleName, const std::string &abilityName);
86 … bool ScreenSessionConnectExtension(const std::string &bundleName, const std::string &abilityName,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_session_ability_connection.cpp197 bool ScreenSessionAbilityConnection::ScreenSessionConnectExtension( in ScreenSessionConnectExtension() function in OHOS::Rosen::ScreenSessionAbilityConnection
200 return ScreenSessionConnectExtension(bundleName, abilityName, {}); in ScreenSessionConnectExtension()
203 bool ScreenSessionAbilityConnection::ScreenSessionConnectExtension(const std::string &bundleName, in ScreenSessionConnectExtension() function in OHOS::Rosen::ScreenSessionAbilityConnection
H A Dscreen_cast_connection.cpp57 bool ret = abilityConnection_->ScreenSessionConnectExtension(bundleName_, abilityName_, params); in CastConnectExtension()
H A Dscreen_snapshot_picker_connection.cpp50 bool ret = abilityConnection_->ScreenSessionConnectExtension(bundleName_, abilityName_); in SnapshotPickerConnectExtension()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_ability_connection_test.cpp236 HWTEST_F(ScreenSessionAbilityConnectionTest, ScreenSessionConnectExtension, Function | SmallTest | …