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