Searched refs:currNotificationList (Results 1 - 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 360 std::vector<sptr<Notification>> currNotificationList = notifications; in ExcuteCancelAll() 362 currNotificationList, nullptr, reason); in ExcuteCancelAll() 1703 std::vector<sptr<Notification>> currNotificationList = notifications; in RemoveNotifications() 1705 currNotificationList, nullptr, removeReason); in RemoveNotifications() 1905 std::vector<sptr<Notification>> currNotificationList = notifications; in ExcuteCancelGroupCancel() 1907 currNotificationList, nullptr, reason); in ExcuteCancelGroupCancel() 2046 std::vector<sptr<Notification>> currNotificationList = notifications; in RemoveNotificationFromRecordList() local 2048 currNotificationList, nullptr, NotificationConstant::USER_STOPPED_REASON_DELETE); in RemoveNotificationFromRecordList()
|
H A D | advanced_notification_utils.cpp | 582 std::vector<sptr<Notification>> currNotificationList = notifications; in ExecBatchCancel() local 584 currNotificationList, nullptr, reason); in ExecBatchCancel() 1373 std::vector<sptr<Notification>> currNotificationList = notifications; in OnBundleDataCleared() 1375 currNotificationList, nullptr, NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); in OnBundleDataCleared() 2047 std::vector<sptr<Notification>> currNotificationList = notifications; in OnRecoverLiveView() local 2049 currNotificationList, nullptr, removeReason); in OnRecoverLiveView()
|
Completed in 7 milliseconds