Home
last modified time | relevance | path

Searched refs:systemFlowControlUpdateTimestampList_ (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()
204 NotificationAnalyticsUtil::RemoveExpired(systemFlowControlUpdateTimestampList_, now); in UpdateGlobalFlowCtrl()
205 if (systemFlowControlUpdateTimestampList_.size() >= threshold_.maxUpdateNumPerSecond) { in UpdateGlobalFlowCtrl()
247 systemFlowControlUpdateTimestampList_.push_back(now); in UpdateRecordTimestamp()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h68 std::list<std::chrono::system_clock::time_point> systemFlowControlUpdateTimestampList_; variable