Searched refs:currNotifications (Results 1 – 2 of 2) sorted by relevance
480 std::vector<sptr<Notification>> currNotifications; in BatchNotifyConsumedInner() local487 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() local599 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()
1826 std::vector<sptr<Notification>> currNotifications; in SendNotificationsOnCanceled() local1828 currNotifications.emplace_back(notification); in SendNotificationsOnCanceled()1831 currNotifications, nullptr, deleteReason); in SendNotificationsOnCanceled()