Searched defs:hwCastProviderSession (Results 1 – 2 of 2) sorted by relevance
145 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in StartCastSession() local170 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in StopCastSession() local191 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in AddCastDevice() local209 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in RemoveCastDevice() local273 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in GetRemoteController() local296 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in SetStreamState() local313 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in GetRemoteNetWorkId() local340 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in RegisterCastSessionStateListener() local362 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in UnRegisterCastSessionStateListener() local455 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in OnSessionCreated() local
40 std::shared_ptr<HwCastProviderSession> hwCastProviderSession = nullptr; member in OHOS::AVSession::HwCastStreamPlayerTest