Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting_map.cpp80 if (count == MAX_ACTIVE_NUM) { in Marshalling()
93 size = (size <= MAX_ACTIVE_NUM) ? size : MAX_ACTIVE_NUM; in Unmarshalling()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_sorting_map_test.cpp110 for (size_t i = 0; i <= MAX_ACTIVE_NUM + 1; i++) {
121 …EXPECT_EQ(newSortingMap->GetNotificationSorting(std::to_string(MAX_ACTIVE_NUM), sortingTmp), true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h28 constexpr size_t MAX_ACTIVE_NUM = 1000; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1530 if (notificationList_.size() >= MAX_ACTIVE_NUM) { in PublishInNotificationList()