Searched defs:hwCastProviderSession (Results 1 – 2 of 2) sorted by relevance
148 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in StartCastSession() local181 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in StopCastSession() local199 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in AddCastDevice() local217 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in RemoveCastDevice() local281 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in GetRemoteController() local310 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in SetStreamState() local325 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in GetRemoteNetWorkId() local352 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in RegisterCastSessionStateListener() local374 auto hwCastProviderSession = hwCastProviderSessionMap_[castId]; in UnRegisterCastSessionStateListener() local467 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in OnSessionCreated() local
40 std::shared_ptr<HwCastProviderSession> hwCastProviderSession = nullptr; member in OHOS::AVSession::HwCastStreamPlayerTest