Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp46 static std::mutex reportFlowControlMutex_; variable
272 std::lock_guard<std::mutex> lock(reportFlowControlMutex_); in ReportFlowControl()