Home
last modified time | relevance | path

Searched refs:hwCastProviderSessionMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.cpp107 hwCastProviderSessionMap_.clear(); in Release()
157 hwCastProviderSessionMap_[castId] = hwCastProviderSession; in StartCastSession()
177 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in StopCastSession()
185 hwCastProviderSessionMap_.erase(castId); in StopCastSession()
195 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in AddCastDevice()
213 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in RemoveCastDevice()
277 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in GetRemoteController()
306 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in SetStreamState()
321 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in GetRemoteNetWorkId()
348 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in RegisterCastSessionStateListener()
[all …]
H A Dhw_cast_provider.h66 std::map<int, std::shared_ptr<HwCastProviderSession>> hwCastProviderSessionMap_; variable