Home
last modified time | relevance | path

Searched refs:BatchNotifyCanceled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_subscriber_manager.h85 void BatchNotifyCanceled(const std::vector<sptr<Notification>> &notifications,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp366 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in ExcuteCancelAll()
373 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in ExcuteCancelAll()
725 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in DeleteAll()
1726 … NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled(notifications, nullptr, reason); in RemoveAllNotificationsInner()
1778 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in RemoveNotifications()
1785 …NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled(notifications, nullptr, removeRe… in RemoveNotifications()
1980 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in ExcuteCancelGroupCancel()
1987 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in ExcuteCancelGroupCancel()
2082 … NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled(notifications, nullptr, reason); in RemoveGroupByBundle()
2121 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in RemoveNotificationFromRecordList()
[all …]
H A Dadvanced_notification_utils.cpp534 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in OnBundleRemoved()
554 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in ExecBatchCancel()
1356 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in OnBundleDataCleared()
1363 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in OnBundleDataCleared()
1456 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in DeleteAllByUserInner()
1830 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in SendNotificationsOnCanceled()
2070 NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled( in OnRecoverLiveView()
2077 …NotificationSubscriberManager::GetInstance()->BatchNotifyCanceled(notifications, nullptr, removeRe… in OnRecoverLiveView()
H A Dnotification_subscriber_manager.cpp211 void NotificationSubscriberManager::BatchNotifyCanceled(const std::vector<sptr<Notification>> &noti… in BatchNotifyCanceled() function in OHOS::Notification::NotificationSubscriberManager