Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davrouter_impl.h26 class CastSessionListener : public IAVCastSessionStateListener {
28 explicit CastSessionListener(AVRouterImpl *ptr) in CastSessionListener() function
122 std::shared_ptr<CastSessionListener> castSessionListener_;
H A Davrouter_impl.cpp40 castSessionListener_ = std::make_shared<CastSessionListener>(this); in Init()