Home
last modified time | relevance | path

Searched refs:UpdateRecentNotification (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp357 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 Dadvanced_notification_utils.cpp524 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 Dadvanced_notification_live_view_service.cpp95 UpdateRecentNotification(record->notification, false, 0); in RecoverLiveViewFromDb()
627 UpdateRecentNotification(record->notification, false, 0); in StartPublishDelayedNotification()
H A Dadvanced_notification_service.cpp406 UpdateRecentNotification(notification, true, reason); in CancelPreparedNotification()
683 UpdateRecentNotification(record->notification, false, 0); in PublishPreparedNotification()
1494 void AdvancedNotificationService::UpdateRecentNotification(sptr<Notification> &notification, 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 Dadvanced_notification_service.h1262 void UpdateRecentNotification(sptr<Notification> &notification, bool isDelete, int32_t reason);