Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listener_impl_proxy.cpp48 void CastSessionListenerImplProxy::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
H A Dcast_session_impl_stub.cpp268 std::string jsonParam = data.ReadString(); in DoSetCastMode() local
H A Dcast_session_impl.cpp1211 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 Dcast_session_listener_impl_proxy.cpp48 void CastSessionListenerImplProxy::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
H A Dcast_session_impl_stub.cpp268 std::string jsonParam = data.ReadString(); in DoSetCastMode() local
H A Dcast_session_impl.cpp1211 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 Dcast_session_listener_impl_stub.cpp92 void CastSessionListenerImplStub::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
H A Dcast_session_impl_proxy.cpp337 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 Dcast_session.cpp156 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 Dnapi_cast_session_listener.cpp62 void NapiCastSessionListener::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent() argument
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp193 void HwCastProviderSession::OnEvent(const CastEngine::EventId &eventId, const std::string &jsonParam) in OnEvent() argument
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp651 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

Completed in 11 milliseconds