| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
| H A D | cast_session_listener_impl_proxy.cpp | 48 void CastSessionListenerImplProxy::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
|
| H A D | cast_session_impl_stub.cpp | 268 std::string jsonParam = data.ReadString(); in DoSetCastMode() local
|
| H A D | cast_session_impl.cpp | 1211 int32_t CastSessionImpl::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent() argument 1223 int32_t CastSessionImpl::SetCastMode(CastMode mode, std::string &jsonParam) in SetCastMode() argument 1235 void CastSessionImpl::OnEventInner(sptr<CastSessionImpl> session, EventId eventId, const std::string &jsonParam) in OnEventInner() argument
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/ |
| H A D | cast_session_listener_impl_proxy.cpp | 48 void CastSessionListenerImplProxy::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
|
| H A D | cast_session_impl_stub.cpp | 268 std::string jsonParam = data.ReadString(); in DoSetCastMode() local
|
| H A D | cast_session_impl.cpp | 1211 int32_t CastSessionImpl::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent() argument 1223 int32_t CastSessionImpl::SetCastMode(CastMode mode, std::string &jsonParam) in SetCastMode() argument 1235 void CastSessionImpl::OnEventInner(sptr<CastSessionImpl> session, EventId eventId, const std::string &jsonParam) in OnEventInner() argument
|
| /foundation/CastEngine/castengine_cast_framework/client/src/ |
| H A D | cast_session_listener_impl_stub.cpp | 92 void CastSessionListenerImplStub::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
|
| H A D | cast_session_impl_proxy.cpp | 337 int32_t CastSessionImplProxy::SetCastMode(CastMode mode, std::string &jsonParam) in SetCastMode() argument 362 int32_t CastSessionImplProxy::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent() argument
|
| H A D | cast_session.cpp | 156 int32_t CastSession::SetCastMode(CastMode mode, std::string &jsonParam) in SetCastMode() argument 161 int32_t CastSession::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent() argument
|
| /foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
| H A D | napi_cast_session_listener.cpp | 62 void NapiCastSessionListener::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
|
| /foundation/multimedia/av_session/services/session/server/ |
| H A D | hw_cast_provider_session.cpp | 193 void HwCastProviderSession::OnEvent(const CastEngine::EventId &eventId, const std::string &jsonParam)
in OnEvent() argument
|
| /foundation/CastEngine/castengine_cast_framework/common/src/ |
| H A D | cast_engine_common_helper.cpp | 651 bool WriteEvent(Parcel &parcel, const EventId &eventId, const std::string &jsonParam) in WriteEvent() argument 656 bool ReadEvent(Parcel &parcel, int32_t &eventId, std::string &jsonParam) in ReadEvent() argument
|