Home
last modified time | relevance | path

Searched refs:EventReport (Results 1 - 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Devent_report.cpp36 void EventReport::SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo) in SendHiSysEvent()
51 std::unordered_map<std::string, void (*)(const EventInfo& eventInfo)> EventReport::ansSysEventFuncMap_ = {
93 void EventReport::InnerSendSubscribeErrorEvent(const EventInfo &eventInfo) in InnerSendSubscribeErrorEvent()
105 void EventReport::InnerSendEnableNotificationErrorEvent(const EventInfo &eventInfo) in InnerSendEnableNotificationErrorEvent()
116 void EventReport::InnerSendEnableNotificationSlotErrorEvent(const EventInfo &eventInfo) in InnerSendEnableNotificationSlotErrorEvent()
128 void EventReport::InnerSendPublishErrorEvent(const EventInfo &eventInfo) in InnerSendPublishErrorEvent()
140 void EventReport::InnerSendFlowControlOccurEvent(const EventInfo &eventInfo) in InnerSendFlowControlOccurEvent()
150 void EventReport::InnerSendSubscribeEvent(const EventInfo &eventInfo) in InnerSendSubscribeEvent()
161 void EventReport::InnerSendUnSubscribeEvent(const EventInfo &eventInfo) in InnerSendUnSubscribeEvent()
172 void EventReport
[all...]
H A Dadvanced_notification_event_service.cpp58 EventReport::SendHiSysEvent(SUBSCRIBE_ERROR, eventInfo); in SendSubscribeHiSysEvent()
60 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in SendSubscribeHiSysEvent()
79 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in SendUnSubscribeHiSysEvent()
95 EventReport::SendHiSysEvent(PUBLISH_ERROR, eventInfo); in SendPublishHiSysEvent()
97 EventReport::SendHiSysEvent(PUBLISH, eventInfo); in SendPublishHiSysEvent()
114 EventReport::SendHiSysEvent(CANCEL, eventInfo); in SendCancelHiSysEvent()
129 EventReport::SendHiSysEvent(REMOVE, eventInfo); in SendRemoveHiSysEvent()
145 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION_ERROR, eventInfo); in SendEnableNotificationHiSysEvent()
147 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION, eventInfo); in SendEnableNotificationHiSysEvent()
166 EventReport in SendEnableNotificationSlotHiSysEvent()
[all...]
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_hisysevent_test.cpp67 std::shared_ptr<EventReport> eventReport = std::make_shared<EventReport>(); in HWTEST_F()
90 std::shared_ptr<EventReport> eventReport = std::make_shared<EventReport>(); in HWTEST_F()
112 std::shared_ptr<EventReport> eventReport = std::make_shared<EventReport>(); in HWTEST_F()
139 std::shared_ptr<EventReport> eventReport = std::make_shared<EventReport>(); in HWTEST_F()
156 std::shared_ptr<EventReport> eventReport = std::make_shared<EventReport>(); in HWTEST_F()
[all...]
/base/notification/common_event_service/services/src/
H A Devent_report.cpp34 void EventReport::SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo) in SendHiSysEvent()
49 std::unordered_map<std::string, void (*)(const EventInfo& eventInfo)> EventReport::cesSysEventFuncMap_ = {
79 void EventReport::InnerSendOrderedEventProcTimeoutEvent(const EventInfo &eventInfo) in InnerSendOrderedEventProcTimeoutEvent()
91 void EventReport::InnerSendStaticEventProcErrorEvent(const EventInfo &eventInfo) in InnerSendStaticEventProcErrorEvent()
102 void EventReport::InnerSendSubscriberExceedMaximumEvent(const EventInfo &eventInfo) in InnerSendSubscriberExceedMaximumEvent()
112 void EventReport::InnerSendPublishErrorEvent(const EventInfo &eventInfo) in InnerSendPublishErrorEvent()
124 void EventReport::InnerSendSubscribeEvent(const EventInfo &eventInfo) in InnerSendSubscribeEvent()
136 void EventReport::InnerSendUnSubscribeEvent(const EventInfo &eventInfo) in InnerSendUnSubscribeEvent()
148 void EventReport::InnerSendPublishEvent(const EventInfo &eventInfo) in InnerSendPublishEvent()
160 void EventReport
[all...]
H A Dstatic_subscriber_connection.cpp58 EventReport::SendHiSysEvent(STATIC_SUBSCRIBER_RUNTIME, eventInfo); in OnAbilityDisconnectDone()
H A Dinner_common_event_manager.cpp675 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in SendSubscribeHiSysEvent()
698 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in SendUnSubscribeHiSysEvent()
712 EventReport::SendHiSysEvent(PUBLISH, eventInfo); in SendPublishHiSysEvent()
714 EventReport::SendHiSysEvent(PUBLISH_ERROR, eventInfo); in SendPublishHiSysEvent()
H A Dstatic_subscriber_manager.cpp474 EventReport::SendHiSysEvent(STATIC_EVENT_PROC_ERROR, eventInfo); in SendStaticEventProcErrHiSysEvent()
485 EventReport::SendHiSysEvent(STATIC_SUBSCRIBER_START, eventInfo); in SendStaticSubscriberStartHiSysEvent()
H A Dcommon_event_subscriber_manager.cpp725 EventReport::SendHiSysEvent(SUBSCRIBER_EXCEED_MAXIMUM, eventInfo); in SendSubscriberExceedMaximumHiSysEvent()
H A Dcommon_event_control_manager.cpp1430 EventReport::SendHiSysEvent(ORDERED_EVENT_PROC_TIMEOUT, eventInfo); in SendOrderedEventProcTimeoutHiSysEvent()
/base/web/webview/ohos_nweb/include/
H A Dnweb_hisysevent.h22 class EventReport { class
24 ~EventReport() = default;
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp80 EventReport::SendHiSysEvent(SUBSCRIBE_ERROR, eventInfo); in HWTEST_F()
88 EventReport::SendHiSysEvent(SUBSCRIBE_ERROR, eventInfo); in HWTEST_F()
113 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION_ERROR, eventInfo); in HWTEST_F()
143 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION_SLOT_ERROR, eventInfo); in HWTEST_F()
169 EventReport::SendHiSysEvent(PUBLISH_ERROR, eventInfo); in HWTEST_F()
193 EventReport::SendHiSysEvent(FLOW_CONTROL_OCCUR, eventInfo); in HWTEST_F()
216 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in HWTEST_F()
224 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in HWTEST_F()
231 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in HWTEST_F()
261 EventReport in HWTEST_F()
[all...]
/base/web/webview/test/fuzztest/ohos_nweb/hisysevent_fuzzer/
H A Dhisysevent_fuzzer.cpp35 EventReport::ReportCreateWebInstanceTime(nwebId, nwebId); in HiSysEventFuzzTest()
/base/notification/common_event_service/services/include/
H A Devent_report.h54 class EventReport { class
/base/web/webview/ohos_nweb/src/
H A Dnweb_hisysevent.cpp62 int EventReport::ReportCreateWebInstanceTime(uint32_t nwebId, int64_t usedTime) in ReportCreateWebInstanceTime()
H A Dnweb_helper.cpp1075 EventReport::ReportCreateWebInstanceTime(nweb->GetWebId(), endTime - startTime); in CreateNWeb()
1099 EventReport::ReportCreateWebInstanceTime(nweb->GetWebId(), endTime - startTime); in CreateNWeb()
/base/notification/distributed_notification_service/services/ans/include/
H A Devent_report.h60 class EventReport { class
/base/web/webview/test/unittest/ohos_adapter/hiviewdfx_adapter_test/
H A Dhiviewdfx_adapter_test.cpp111 EventReport::ReportCreateWebInstanceTime(1, 1); in HWTEST()

Completed in 12 milliseconds