Home
last modified time | relevance | path

Searched refs:currNotifications (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp480 std::vector<sptr<Notification>> currNotifications; in BatchNotifyConsumedInner() local
487 currNotifications.emplace_back(notification); in BatchNotifyConsumedInner()
490 if (!currNotifications.empty()) { in BatchNotifyConsumedInner()
491 ANS_LOGD("OnConsumedList currNotifications size = <%{public}zu>", currNotifications.size()); in BatchNotifyConsumedInner()
493 record->subscriber->OnConsumedList(currNotifications, notificationMap); in BatchNotifyConsumedInner()
575 std::vector<sptr<Notification>> currNotifications; in BatchNotifyCanceledInner() local
599 currNotifications.emplace_back(notification); in BatchNotifyCanceledInner()
602 if (!currNotifications.empty()) { in BatchNotifyCanceledInner()
603 … ANS_LOGD("onCanceledList currNotifications size = <%{public}zu>", currNotifications.size()); in BatchNotifyCanceledInner()
605 … record->subscriber->OnCanceledList(currNotifications, notificationMap, deleteReason); in BatchNotifyCanceledInner()
H A Dadvanced_notification_utils.cpp1826 std::vector<sptr<Notification>> currNotifications; in SendNotificationsOnCanceled() local
1828 currNotifications.emplace_back(notification); in SendNotificationsOnCanceled()
1831 currNotifications, nullptr, deleteReason); in SendNotificationsOnCanceled()