Home
last modified time | relevance | path

Searched refs:castSession_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp32 if (castSession_) { in Init()
33 castSession_->RegisterListener(shared_from_this()); in Init()
40 if (!castSession_) { in Release()
41 SLOGE("castSession_ is not exist"); in Release()
44 castSession_->Release(); in Release()
45 castSession_ = nullptr; in Release()
51 if (!castSession_) { in AddDevice()
52 SLOGE("castSession_ is not exist"); in AddDevice()
58 int32_t ret = castSession_->AddDevice(castRemoteDevice); in AddDevice()
66 if (!castSession_) { in RemoveDevice()
[all...]
H A Dhw_cast_provider_session.h29 explicit HwCastProviderSession(std::shared_ptr<CastEngine::ICastSession> castSession) : castSession_(castSession) {} in HwCastProviderSession()
46 std::shared_ptr<CastEngine::ICastSession> castSession_; member in OHOS::AVSession::HwCastProviderSession

Completed in 1 milliseconds