Searched refs:UpdateRecentNotification (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 357 UpdateRecentNotification(notification, true, reason); in ExcuteCancelAll() 587 UpdateRecentNotification(notification, true, removeReason); in ExcuteDelete() 643 UpdateRecentNotification(notification, true, reason); in DeleteByBundle() 712 UpdateRecentNotification(notification, true, reason); in DeleteAll() 1356 UpdateRecentNotification(record->notification, false, 0); in PublishContinuousTaskNotification() 1394 UpdateRecentNotification(notification, true, reason); in CancelContinuousTaskNotification() 1592 UpdateRecentNotification(notification, true, removeReason); in RemoveNotification() 1769 UpdateRecentNotification(notification, true, removeReason); in RemoveNotifications() 2112 UpdateRecentNotification(notification, true, reason); in RemoveNotificationFromRecordList() 2338 UpdateRecentNotification(item->notification, false, 0); in UpdateUnifiedGroupInfo() [all …]
|
H A D | advanced_notification_utils.cpp | 524 UpdateRecentNotification(notification, true, reason); in OnBundleRemoved() 981 UpdateRecentNotification(record->notification, false, 0); in OnDistributedPublish() 1062 UpdateRecentNotification(record->notification, false, 0); in OnDistributedUpdate() 1117 UpdateRecentNotification(notification, true, reason); in OnDistributedDelete() 1347 UpdateRecentNotification(notification, true, reason); in OnBundleDataCleared() 1443 UpdateRecentNotification(notification, true, deleteReason); in DeleteAllByUserInner()
|
H A D | advanced_notification_live_view_service.cpp | 95 UpdateRecentNotification(record->notification, false, 0); in RecoverLiveViewFromDb() 627 UpdateRecentNotification(record->notification, false, 0); in StartPublishDelayedNotification()
|
H A D | advanced_notification_service.cpp | 406 UpdateRecentNotification(notification, true, reason); in CancelPreparedNotification() 683 UpdateRecentNotification(record->notification, false, 0); in PublishPreparedNotification() 1494 void AdvancedNotificationService::UpdateRecentNotification(sptr<Notification> ¬ification, in UpdateRecentNotification() function in OHOS::Notification::AdvancedNotificationService 2076 UpdateRecentNotification(record->notification, true, reason); in TriggerAutoDelete()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1262 void UpdateRecentNotification(sptr<Notification> ¬ification, bool isDelete, int32_t reason);
|