Searched refs:haMetaMessage (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_inline.cpp | 117 OHOS::Notification::HaMetaMessage haMetaMessage, const int32_t reason, in AddInformationInMessage() argument 127 haMetaMessage = haMetaMessage.AgentBundleName(bundleName); in AddInformationInMessage() 128 haMetaMessage = haMetaMessage.Message(message); in AddInformationInMessage() 129 return haMetaMessage; in AddInformationInMessage() 133 inline void ReportDeleteFailedEventPush(OHOS::Notification::HaMetaMessage haMetaMessage, in ReportDeleteFailedEventPush() argument 136 haMetaMessage = AddInformationInMessage(haMetaMessage, reason, message); in ReportDeleteFailedEventPush() 137 NotificationAnalyticsUtil::ReportDeleteFailedEvent(haMetaMessage); in ReportDeleteFailedEventPush() 141 OHOS::Notification::HaMetaMessage haMetaMessage, const int32_t reason, in ReportDeleteFailedEventPushByNotification() argument 148 haMetaMessage = AddInformationInMessage(haMetaMessage, reason, message); in ReportDeleteFailedEventPushByNotification() 150 notification->GetNotificationRequestPoint(), haMetaMessage); in ReportDeleteFailedEventPushByNotification()
|
H A D | advanced_notification_publish_service.cpp | 393 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in CancelAsBundle() 403 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in CancelAsBundle() 426 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in CancelAsBundle() 467 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in CancelAsBundleWithAgent() 504 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in CancelAsBundleWithAgent() 669 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in DeleteAll() 678 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in DeleteAll() 1637 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in RemoveAllNotificationsInner() 1647 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in RemoveAllNotificationsInner() 1657 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in RemoveAllNotificationsInner() [all …]
|
H A D | advanced_notification_service.cpp | 384 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(1, 2) in CancelPreparedNotification() local 386 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in CancelPreparedNotification() 472 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(7, 1) in StartFinishTimer() local 474 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in StartFinishTimer() 509 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(7, 2) in StartUpdateTimer() local 511 ReportDeleteFailedEventPush(haMetaMessage, reason, message); in StartUpdateTimer() 1236 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(1, 4) in RemoveFromNotificationList() local 1238 ReportDeleteFailedEventPushByNotification(record->notification, haMetaMessage, in RemoveFromNotificationList() 1284 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(1, 7) in RemoveFromNotificationList() local 1286 ReportDeleteFailedEventPushByNotification(record->notification, haMetaMessage, in RemoveFromNotificationList()
|
H A D | notification_subscriber_manager.cpp | 560 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(1, 9) in BatchNotifyCanceledInner() local 562 ReportDeleteFailedEventPush(haMetaMessage, deleteReason, message); in BatchNotifyCanceledInner()
|
H A D | advanced_notification_utils.cpp | 1402 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(6, 5) in DeleteAllByUserInner() local 1404 ReportDeleteFailedEventPush(haMetaMessage, deleteReason, message); in DeleteAllByUserInner() 1411 OHOS::Notification::HaMetaMessage haMetaMessage = HaMetaMessage(6, 6) in DeleteAllByUserInner() local 1413 ReportDeleteFailedEventPush(haMetaMessage, deleteReason, message); in DeleteAllByUserInner()
|