Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_sorting_map.cpp80 if (count == MAX_ACTIVE_NUM) { in Marshalling()
94 size = (size <= MAX_ACTIVE_NUM) ? size : MAX_ACTIVE_NUM; in Unmarshalling()
/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_const_define.h28 constexpr size_t MAX_ACTIVE_NUM = 1000; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2101 if (notificationList_.size() >= MAX_ACTIVE_NUM) { in FlowControl()