Home
last modified time | relevance | path

Searched refs:flowControlPublishTimestampList_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp75 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h66 std::list<std::chrono::system_clock::time_point> flowControlPublishTimestampList_; variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h508 std::list<std::chrono::system_clock::time_point> flowControlPublishTimestampList_; variable
H A Davsession_service.cpp3126 RemoveExpired(flowControlPublishTimestampList_, now); in NotifySystemUI()
3127 if (flowControlPublishTimestampList_.size() >= MAX_NOTIFICATION_NUM) { in NotifySystemUI()
3131 flowControlPublishTimestampList_.push_back(now); in NotifySystemUI()