Searched refs:flowControlPublishTimestampList_ (Results 1 – 4 of 4) sorted by relevance
75 flowControlPublishTimestampList_.size(), systemFlowControlPublishTimestampList_.size()); in PublishGlobalFlowCtrl()79 NotificationAnalyticsUtil::RemoveExpired(flowControlPublishTimestampList_, now); in PublishGlobalFlowCtrl()80 if (flowControlPublishTimestampList_.size() >= threshold_.maxCreateNumPerSecond) { in PublishGlobalFlowCtrl()132 flowControlPublishTimestampList_.push_back(now); in PublishRecordTimestamp()
66 std::list<std::chrono::system_clock::time_point> flowControlPublishTimestampList_; variable
508 std::list<std::chrono::system_clock::time_point> flowControlPublishTimestampList_; variable
3126 RemoveExpired(flowControlPublishTimestampList_, now); in NotifySystemUI()3127 if (flowControlPublishTimestampList_.size() >= MAX_NOTIFICATION_NUM) { in NotifySystemUI()3131 flowControlPublishTimestampList_.push_back(now); in NotifySystemUI()