Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h29 constexpr uint32_t MAX_ACTIVE_NUM_PERAPP = 100; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1523 if (bundleList.size() >= MAX_ACTIVE_NUM_PERAPP) { in PublishInNotificationList()