Home
last modified time | relevance | path

Searched defs:jsonParam (Results 1 – 12 of 12) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/client/src/
Dcast_session.cpp156 int32_t CastSession::SetCastMode(CastMode mode, std::string &jsonParam) in SetCastMode()
161 int32_t CastSession::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent()
Dcast_session_impl_proxy.cpp337 int32_t CastSessionImplProxy::SetCastMode(CastMode mode, std::string &jsonParam) in SetCastMode()
362 int32_t CastSessionImplProxy::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent()
Dcast_session_listener_impl_stub.cpp92 void CastSessionListenerImplStub::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent()
/foundation/CastEngine/castengine_cast_plus_stream/src/
Dcast_session_listener_impl_proxy.cpp48 void CastSessionListenerImplProxy::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent()
Dcast_session_impl_stub.cpp268 std::string jsonParam = data.ReadString(); in DoSetCastMode() local
Dcast_session_impl.cpp1211 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/
Dcast_session_listener_impl_proxy.cpp48 void CastSessionListenerImplProxy::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent()
Dcast_session_impl_stub.cpp268 std::string jsonParam = data.ReadString(); in DoSetCastMode() local
Dcast_session_impl.cpp1211 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/
Dhw_cast_provider_session.cpp193 …id HwCastProviderSession::OnEvent(const CastEngine::EventId &eventId, const std::string &jsonParam) in OnEvent()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
Dnapi_cast_session_listener.cpp62 void NapiCastSessionListener::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent()
/foundation/CastEngine/castengine_cast_framework/common/src/
Dcast_engine_common_helper.cpp651 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()