Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h478 std::list<std::chrono::system_clock::time_point> flowControlPublishTimestampList_; member in OHOS::AVSession::AVSessionService
H A Davsession_service.cpp2828 RemoveExpired(flowControlPublishTimestampList_, now); in NotifySystemUI()
2829 if (flowControlPublishTimestampList_.size() >= MAX_NOTIFICATION_NUM) { in NotifySystemUI()
2833 flowControlPublishTimestampList_.push_back(now); in NotifySystemUI()

Completed in 6 milliseconds