Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp999 flowControlUpdateTimestampList_.size(), systemFlowControlUpdateTimestampList_.size()); in UpdateFlowCtrl()
1003 NotificationAnalyticsUtil::RemoveExpired(flowControlUpdateTimestampList_, now); in UpdateFlowCtrl()
1004 if (flowControlUpdateTimestampList_.size() >= MAX_UPDATE_NUM_PERSECOND) { in UpdateFlowCtrl()
1012 flowControlUpdateTimestampList_.push_back(now); in UpdateFlowCtrl()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1446 std::list<std::chrono::system_clock::time_point> flowControlUpdateTimestampList_; member in OHOS::Notification::final

Completed in 7 milliseconds