| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_event_service.cpp | 57 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 …]
|
| D | event_report.cpp | 35 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/ |
| D | notification_hisysevent_test.cpp | 80 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/ |
| D | common_event_hisysevent_test.cpp | 75 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/ |
| D | event_report.h | 59 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo);
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| D | event_report.h | 66 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo);
|
| /base/notification/common_event_service/services/src/ |
| D | inner_common_event_manager.cpp | 487 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()
|
| D | event_report.cpp | 32 void EventReport::SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo) in SendHiSysEvent() function in OHOS::EventFwk::EventReport
|
| D | static_subscriber_manager.cpp | 413 EventReport::SendHiSysEvent(STATIC_EVENT_PROC_ERROR, eventInfo); in SendStaticEventProcErrHiSysEvent()
|
| D | common_event_subscriber_manager.cpp | 544 EventReport::SendHiSysEvent(SUBSCRIBER_EXCEED_MAXIMUM, eventInfo); in SendSubscriberExceedMaximumHiSysEvent()
|
| D | common_event_control_manager.cpp | 1378 EventReport::SendHiSysEvent(ORDERED_EVENT_PROC_TIMEOUT, eventInfo); in SendOrderedEventProcTimeoutHiSysEvent()
|