Home
last modified time | relevance | path

Searched refs:MAX_CANCELED_PARCELABLE_VECTOR_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h46 constexpr uint32_t MAX_CANCELED_PARCELABLE_VECTOR_NUM = 200; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp364 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in ExcuteCancelAll()
719 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in DeleteAll()
1718 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in RemoveAllNotificationsInner()
1776 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in RemoveNotifications()
1978 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in ExcuteCancelGroupCancel()
2076 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in RemoveGroupByBundle()
2119 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in RemoveNotificationFromRecordList()
H A Dadvanced_notification_utils.cpp552 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in ExecBatchCancel()
1354 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in OnBundleDataCleared()
1450 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in DeleteAllByUserInner()
2068 if (notifications.size() >= MAX_CANCELED_PARCELABLE_VECTOR_NUM) { in OnRecoverLiveView()