Searched refs:GetRemoteNetWorkId (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | av_cast_provider.h | 210 virtual bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) = 0;
|
H A D | av_router.h | 243 virtual int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) = 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 | avrouter_impl.h | 72 int32_t GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &networkId) override;
|
H A D | hw_cast_provider.h | 60 bool GetRemoteNetWorkId(int32_t castId, std::string deviceId, std::string &networkId) override;
|
H A D | hw_cast_provider_session.cpp | 87 bool HwCastProviderSession::GetRemoteNetWorkId(std::string deviceId, std::string &networkId)
in GetRemoteNetWorkId() function in OHOS::AVSession::HwCastProviderSession 89 SLOGI("enter GetRemoteNetWorkId");
in GetRemoteNetWorkId()
|
H A D | avrouter_impl.cpp | 368 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 D | hw_cast_provider.cpp | 298 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 D | avsession_item.cpp | 1166 AVRouter::GetInstance().GetRemoteNetWorkId( 1172 AVRouter::GetInstance().GetRemoteNetWorkId(
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_supplement_test.cpp | 608 * @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