Home
last modified time | relevance | path

Searched refs:StartCastSession (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dav_cast_provider.h142 virtual int StartCastSession() = 0;
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.h43 int StartCastSession() override;
H A Davrouter_impl.cpp289 providerId_]->provider_->StartCastSession(); in StartCast()
H A Dhw_cast_provider.cpp112 int HwCastProvider::StartCastSession() in StartCastSession() function in OHOS::AVSession::HwCastProvider
114 SLOGI("StartCastSession begin"); in StartCastSession()
119 AVSessionRadarInfo info("HwCastProvider::StartCastSession"); in StartCastSession()
125 SLOGI("StartCastSession pre check lock"); in StartCastSession()
127 SLOGI("StartCastSession check lock"); in StartCastSession()
130 SLOGE("StartCastSession faileded"); in StartCastSession()
141 SLOGI("StartCastSession successed and return the castId is %{public}d", castId); in StartCastSession()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp739 EXPECT_EQ(hwCastProvider.StartCastSession(), AVSESSION_SUCCESS); in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_test.cpp1058 EXPECT_EQ(hwCastProvider->StartCastSession(), AVSESSION_SUCCESS); in HWTEST()

Completed in 5 milliseconds