Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp187 flowControlUpdateTimestampList_.size(), systemFlowControlUpdateTimestampList_.size()); in UpdateGlobalFlowCtrl()
191 NotificationAnalyticsUtil::RemoveExpired(flowControlUpdateTimestampList_, now); in UpdateGlobalFlowCtrl()
192 if (flowControlUpdateTimestampList_.size() >= threshold_.maxUpdateNumPerSecond) { in UpdateGlobalFlowCtrl()
244 flowControlUpdateTimestampList_.push_back(now); in UpdateRecordTimestamp()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h65 std::list<std::chrono::system_clock::time_point> flowControlUpdateTimestampList_; variable