Home
last modified time | relevance | path

Searched refs:GetRemoteNetWorkId (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dav_cast_provider.h210 virtual bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) = 0;
H A Dav_router.h243 virtual int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) = 0;
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.h43 bool GetRemoteNetWorkId(std::string deviceId, std::string &networkId);
H A Davrouter_impl.h72 int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) override;
H A Dhw_cast_provider.h60 bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) override;
H A Dhw_cast_provider_session.cpp87 bool HwCastProviderSession::GetRemoteNetWorkId(std::string deviceId, std::string &networkId) in GetRemoteNetWorkId() function in OHOS::AVSession::HwCastProviderSession
89 SLOGI("enter GetRemoteNetWorkId"); in GetRemoteNetWorkId()
H A Davrouter_impl.cpp368 int32_t AVRouterImpl::GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) in GetRemoteNetWorkId() function in OHOS::AVSession::AVRouterImpl
376 providerManagerMap_[providerNumber]->provider_->GetRemoteNetWorkId(castId, deviceId, networkId); in GetRemoteNetWorkId()
H A Dhw_cast_provider.cpp298 bool HwCastProvider::GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) in GetRemoteNetWorkId() function in HwCastProvider
300 SLOGI("enter GetRemoteNetWorkId"); in GetRemoteNetWorkId()
302 SLOGE("GetRemoteNetWorkId failed for the castSession corresponding to castId is not exit"); in GetRemoteNetWorkId()
307 SLOGE("GetRemoteNetWorkId failed for the hwCastProviderSession is nullptr"); in GetRemoteNetWorkId()
310 return hwCastProviderSession->GetRemoteNetWorkId(deviceId, networkId); in GetRemoteNetWorkId()
H A Davsession_item.cpp1166 AVRouter::GetInstance().GetRemoteNetWorkId(
1172 AVRouter::GetInstance().GetRemoteNetWorkId(
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_supplement_test.cpp608 * @tc.desc: test GetRemoteNetWorkId
621 bool ret = hwCastProvider->GetRemoteNetWorkId(castId, deviceId, networkId); in HWTEST()
628 * @tc.desc: test GetRemoteNetWorkId
642 bool ret = hwCastProvider->GetRemoteNetWorkId(castId, deviceId, networkId); in HWTEST()
649 * @tc.desc: test GetRemoteNetWorkId
664 bool ret = hwCastProvider->GetRemoteNetWorkId(castId, deviceId, networkId); in HWTEST()

Completed in 8 milliseconds