Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1487 recentInfo_->recentCount = count; in SetRecentNotificationCount()
1488 while (recentInfo_->list.size() > recentInfo_->recentCount) { in SetRecentNotificationCount()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1188 size_t recentCount = 16; member