Searched refs:GetRemoteNetWorkId (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider_session.h | 43 bool GetRemoteNetWorkId(std::string deviceId, std::string &networkId);
|
H A D | hw_cast_provider.h | 60 bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) override;
|
H A D | avrouter_impl.h | 93 …int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) overr…
|
H A D | hw_cast_provider.cpp | 318 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 D | hw_cast_provider_session.cpp | 89 bool HwCastProviderSession::GetRemoteNetWorkId(std::string deviceId, std::string &networkId) in GetRemoteNetWorkId() function in OHOS::AVSession::HwCastProviderSession
|
H A D | avrouter_impl.cpp | 430 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 D | avsession_item.cpp | 1223 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 D | av_cast_provider.h | 211 … virtual bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) = 0;
|
H A D | av_router.h | 247 …virtual int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkI…
|