Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1563 flowControlPublishTimestampList_.size(), systemFlowControlPublishTimestampList_.size()); in PublishFlowControlInner()
1580 NotificationAnalyticsUtil::RemoveExpired(systemFlowControlPublishTimestampList_, now); in PublishFlowControlInner()
1581 if (systemFlowControlPublishTimestampList_.size() >= MAX_ACTIVE_NUM_PERSECOND) { in PublishFlowControlInner()
1589 systemFlowControlPublishTimestampList_.push_back(now); in PublishFlowControlInner()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1451 std::list<std::chrono::system_clock::time_point> systemFlowControlPublishTimestampList_; member in OHOS::Notification::final

Completed in 6 milliseconds