Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp553 std::vector<sptr<Notification>> currNotificationList = notifications; in ExecBatchCancel() local
555 currNotificationList, nullptr, reason); in ExecBatchCancel()
1355 std::vector<sptr<Notification>> currNotificationList = notifications; in OnBundleDataCleared() local
1357currNotificationList, nullptr, NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleDataCleared()
2069 std::vector<sptr<Notification>> currNotificationList = notifications; in OnRecoverLiveView() local
2071 currNotificationList, nullptr, removeReason); in OnRecoverLiveView()
H A Dadvanced_notification_publish_service.cpp365 std::vector<sptr<Notification>> currNotificationList = notifications; in ExcuteCancelAll() local
367 currNotificationList, nullptr, reason); in ExcuteCancelAll()
1777 std::vector<sptr<Notification>> currNotificationList = notifications; in RemoveNotifications() local
1779 currNotificationList, nullptr, removeReason); in RemoveNotifications()
1979 std::vector<sptr<Notification>> currNotificationList = notifications; in ExcuteCancelGroupCancel() local
1981 currNotificationList, nullptr, reason); in ExcuteCancelGroupCancel()
2120 std::vector<sptr<Notification>> currNotificationList = notifications; in RemoveNotificationFromRecordList() local
2122currNotificationList, nullptr, NotificationConstant::USER_STOPPED_REASON_DELETE); in RemoveNotificationFromRecordList()