Home
last modified time | relevance | path

Searched refs:EventId (Results 1 - 25 of 67) sorted by relevance

123

/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_monitor_policy.h44 void WriteEvent(EventId eventId, std::shared_ptr<EventBean> &bean);
46 void WriteBehaviorEvent(EventId eventId, std::shared_ptr<EventBean> &bean);
47 void WriteFaultEvent(EventId eventId, std::shared_ptr<EventBean> &bean);
48 void WriteAggregationEvent(EventId eventId, std::shared_ptr<EventBean> &bean);
/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h30 EventBean(const ModuleId &mId, const EventId &eId,
55 EventId GetEventId();
59 void SetEventId(const EventId &eId);
67 EventId eventId_ = UNKNOW_EVENTID;
H A Dmedia_monitor_info.h32 enum EventId { enum
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp89 void MediaMonitorPolicy::WriteEvent(EventId eventId, std::shared_ptr<EventBean> &bean) in WriteEvent()
105 void MediaMonitorPolicy::WriteBehaviorEvent(EventId eventId, std::shared_ptr<EventBean> &bean) in WriteBehaviorEvent()
177 void MediaMonitorPolicy::WriteFaultEvent(EventId eventId, std::shared_ptr<EventBean> &bean) in WriteFaultEvent()
195 void MediaMonitorPolicy::WriteAggregationEvent(EventId eventId, std::shared_ptr<EventBean> &bean) in WriteAggregationEvent()
273 EventId::AUDIO_DEVICE_UTILIZATION_STATS, EventType::FREQUENCY_AGGREGATION_EVENT); in HandDeviceUsageToEventVector()
310 EventId::BT_UTILIZATION_STATS, EventType::FREQUENCY_AGGREGATION_EVENT); in HandBtUsageToEventVector()
348 EventId::STREAM_UTILIZATION_STATS, EventType::FREQUENCY_AGGREGATION_EVENT); in HandStreamUsageToEventVector()
392 EventId::STREAM_PROPERTY_STATS, EventType::DURATION_AGGREGATION_EVENT); in HandStreamPropertyToEventVector()
433 EventId::PLAYBACK_VOLUME_STATS, EventType::FREQUENCY_AGGREGATION_EVENT); in HandleVolumeToEventVector()
469 EventId in HandleCaptureMutedToEventVector()
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_cast_session.h39 virtual void OnEvent(const EventId &eventId, const std::string &jsonParam) = 0;
61 virtual int32_t NotifyEvent(EventId eventId, std::string &jsonParam) = 0;
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session_listener_impl_stub.cpp66 userListener_->OnEvent(static_cast<EventId>(eventId), param); in DoOnEventTask()
92 void CastSessionListenerImplStub::OnEvent(const EventId &eventId, const std::string &jsonParam) in OnEvent()
/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp64 EventId eventId = LOAD_CONFIG_ERROR; in HWTEST()
72 EventId eventId1 = LOAD_CONFIG_ERROR; in HWTEST()
73 EventId eventId2 = AUDIO_SERVICE_STARTUP_ERROR; in HWTEST()
82 EventId eventId1 = LOAD_CONFIG_ERROR; in HWTEST()
83 EventId eventId2 = AUDIO_SERVICE_STARTUP_ERROR; in HWTEST()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H A Di_cast_stream_listener.h32 virtual void OnEvent(EventId eventId, const std::string &data) = 0;
H A Di_cast_stream_manager_server.h44 virtual void OnEvent(EventId eventId, const std::string &data) = 0;
H A Di_cast_stream_manager_client.h47 virtual void OnEvent(EventId eventId, const std::string &data) = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H A Di_cast_stream_listener.h32 virtual void OnEvent(EventId eventId, const std::string &data) = 0;
H A Di_cast_stream_manager_server.h44 virtual void OnEvent(EventId eventId, const std::string &data) = 0;
H A Di_cast_stream_manager_client.h47 virtual void OnEvent(EventId eventId, const std::string &data) = 0;
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Dpasteboard_event.h25 enum EventId : int32_t {
H A Devent.h26 enum EventId : int32_t {
/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp32 EventBean::EventBean(const ModuleId &mId, const EventId &eId, in EventBean()
79 eventId_ = static_cast<EventId>(parcel.ReadInt32()); in ReadFromParcel()
163 EventId EventBean::GetEventId()
178 void EventBean::SetEventId(const EventId &eId)
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_listener_impl_proxy.h35 void OnEvent(const EventId &eventId, const std::string &jsonParam) override;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_listener_impl_proxy.h35 void OnEvent(const EventId &eventId, const std::string &jsonParam) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/
H A Devent.h26 enum EventId : int32_t {
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_listener_impl_stub.h42 void OnEvent(const EventId &eventId, const std::string &jsonParam) override;
H A Dcast_session_impl_proxy.h46 int32_t NotifyEvent(EventId eventId, std::string &jsonParam) override;
H A Dcast_session.h46 int32_t NotifyEvent(EventId eventId, std::string &jsonParam) override;
/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/monitor_manger_test/src/
H A Dmedia_monitor_manager_unit_test.cpp57 EventId eventId = LOAD_CONFIG_ERROR; in HWTEST()
78 EventId eventId = LOAD_CONFIG_ERROR; in HWTEST()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_cast_session_listener.h47 void OnEvent(const EventId &eventId, const std::string &jsonParam) override;
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.h33 void OnEvent(const CastEngine::EventId &eventId, const std::string &jsonParam) override;

Completed in 7 milliseconds

123