Home
last modified time | relevance | path

Searched refs:flowControlTimestampList_ (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1527 flowControlTimestampList_.size(), systemFlowControlTimestampList_.size()); in FlowControl()
1530 NotificationAnalyticsUtil::RemoveExpired(flowControlTimestampList_, now); in FlowControl()
1531 if (flowControlTimestampList_.size() >= MAX_ACTIVE_NUM_PERSECOND + MAX_UPDATE_NUM_PERSECOND) { in FlowControl()
1536 flowControlTimestampList_.push_back(now); in FlowControl()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1445 std::list<std::chrono::system_clock::time_point> flowControlTimestampList_; member in OHOS::Notification::final

Completed in 6 milliseconds