Home
last modified time | relevance | path

Searched refs:SendHiSysEvent (Results 1 – 11 of 11) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_event_service.cpp57 EventReport::SendHiSysEvent(SUBSCRIBE_ERROR, eventInfo); in SendSubscribeHiSysEvent()
59 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in SendSubscribeHiSysEvent()
78 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in SendUnSubscribeHiSysEvent()
94 EventReport::SendHiSysEvent(PUBLISH_ERROR, eventInfo); in SendPublishHiSysEvent()
96 EventReport::SendHiSysEvent(PUBLISH, eventInfo); in SendPublishHiSysEvent()
113 EventReport::SendHiSysEvent(CANCEL, eventInfo); in SendCancelHiSysEvent()
128 EventReport::SendHiSysEvent(REMOVE, eventInfo); in SendRemoveHiSysEvent()
144 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION_ERROR, eventInfo); in SendEnableNotificationHiSysEvent()
146 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION, eventInfo); in SendEnableNotificationHiSysEvent()
165 EventReport::SendHiSysEvent(ENABLE_NOTIFICATION_SLOT_ERROR, eventInfo); in SendEnableNotificationSlotHiSysEvent()
[all …]
Devent_report.cpp35 void EventReport::SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo) in SendHiSysEvent() function in OHOS::Notification::EventReport
/base/notification/distributed_notification_service/services/ans/test/unittest/
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::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in HWTEST_F()
[all …]
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_hisysevent_test.cpp75 eventReport->SendHiSysEvent(ORDERED_EVENT_PROC_TIMEOUT, eventInfo); in HWTEST_F()
97 eventReport->SendHiSysEvent(STATIC_EVENT_PROC_ERROR, eventInfo); in HWTEST_F()
118 eventReport->SendHiSysEvent(SUBSCRIBER_EXCEED_MAXIMUM, eventInfo); in HWTEST_F()
141 eventReport->SendHiSysEvent(PUBLISH_ERROR, eventInfo); in HWTEST_F()
168 eventReport->SendHiSysEvent(SUBSCRIBE, eventInfo); in HWTEST_F()
175 eventReport->SendHiSysEvent(SUBSCRIBE, eventInfo); in HWTEST_F()
202 eventReport->SendHiSysEvent(UNSUBSCRIBE, eventInfo); in HWTEST_F()
210 eventReport->SendHiSysEvent(UNSUBSCRIBE, eventInfo); in HWTEST_F()
233 eventReport->SendHiSysEvent(PUBLISH, eventInfo); in HWTEST_F()
/base/notification/common_event_service/services/include/
Devent_report.h59 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo);
/base/notification/distributed_notification_service/services/ans/include/
Devent_report.h66 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo);
/base/notification/common_event_service/services/src/
Dinner_common_event_manager.cpp487 EventReport::SendHiSysEvent(SUBSCRIBE, eventInfo); in SendSubscribeHiSysEvent()
510 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in SendUnSubscribeHiSysEvent()
524 EventReport::SendHiSysEvent(PUBLISH, eventInfo); in SendPublishHiSysEvent()
526 EventReport::SendHiSysEvent(PUBLISH_ERROR, eventInfo); in SendPublishHiSysEvent()
Devent_report.cpp32 void EventReport::SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo) in SendHiSysEvent() function in OHOS::EventFwk::EventReport
Dstatic_subscriber_manager.cpp413 EventReport::SendHiSysEvent(STATIC_EVENT_PROC_ERROR, eventInfo); in SendStaticEventProcErrHiSysEvent()
Dcommon_event_subscriber_manager.cpp544 EventReport::SendHiSysEvent(SUBSCRIBER_EXCEED_MAXIMUM, eventInfo); in SendSubscriberExceedMaximumHiSysEvent()
Dcommon_event_control_manager.cpp1378 EventReport::SendHiSysEvent(ORDERED_EVENT_PROC_TIMEOUT, eventInfo); in SendOrderedEventProcTimeoutHiSysEvent()