Home
last modified time | relevance | path

Searched refs:GetRemoteNetWorkId (Results 1 – 9 of 9) sorted by relevance

/ohos5.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 Dhw_cast_provider.h60 bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) override;
H A Davrouter_impl.h93 …int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) overr…
H A Dhw_cast_provider.cpp318 bool HwCastProvider::GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkI… in GetRemoteNetWorkId() function in OHOS::AVSession::HwCastProvider
330 return hwCastProviderSession->GetRemoteNetWorkId(deviceId, networkId); in GetRemoteNetWorkId()
H A Dhw_cast_provider_session.cpp89 bool HwCastProviderSession::GetRemoteNetWorkId(std::string deviceId, std::string &networkId) in GetRemoteNetWorkId() function in OHOS::AVSession::HwCastProviderSession
H A Davrouter_impl.cpp430 int32_t AVRouterImpl::GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &net… in GetRemoteNetWorkId() function in OHOS::AVSession::AVRouterImpl
438 providerManagerMap_[providerNumber]->provider_->GetRemoteNetWorkId(castId, deviceId, networkId); in GetRemoteNetWorkId()
H A Davsession_item.cpp1223 AVRouter::GetInstance().GetRemoteNetWorkId( in DealCollaborationPublishState()
1229 AVRouter::GetInstance().GetRemoteNetWorkId( in DealCollaborationPublishState()
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dav_cast_provider.h211 … virtual bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) = 0;
H A Dav_router.h247 …virtual int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkI…