Home
last modified time | relevance | path

Searched refs:ConnectManagerListenerImpl (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h75 class CastSessionImpl::ConnectManagerListenerImpl : public IConnectManagerSessionListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
77 explicit ConnectManagerListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in ConnectManagerListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectManagerListenerImpl
H A Dcast_session_impl_class.h114 class ConnectManagerListenerImpl;
240 std::shared_ptr<ConnectManagerListenerImpl> connectManagerListener_;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h75 class CastSessionImpl::ConnectManagerListenerImpl : public IConnectManagerSessionListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
77 explicit ConnectManagerListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in ConnectManagerListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectManagerListenerImpl
H A Dcast_session_impl_class.h114 class ConnectManagerListenerImpl;
240 std::shared_ptr<ConnectManagerListenerImpl> connectManagerListener_;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp157 void CastSessionImpl::ConnectManagerListenerImpl::NotifySessionEvent(const std::string &deviceId, int result) in NotifySessionEvent()
H A Dcast_session_impl.cpp559 connectManagerListener_ = std::make_shared<ConnectManagerListenerImpl>(this); in Init()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp157 void CastSessionImpl::ConnectManagerListenerImpl::NotifySessionEvent(const std::string &deviceId, int result) in NotifySessionEvent()
H A Dcast_session_impl.cpp559 connectManagerListener_ = std::make_shared<ConnectManagerListenerImpl>(this); in Init()

Completed in 9 milliseconds