Home
last modified time | relevance | path

Searched refs:systemFlowControlMutex_ (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.cpp25 std::mutex FlowControlService::systemFlowControlMutex_; member in OHOS::Notification::FlowControlService
91 std::lock_guard<std::mutex> lock(systemFlowControlMutex_); in PublishGlobalFlowCtrl()
134 std::lock_guard<std::mutex> lock(systemFlowControlMutex_); in PublishRecordTimestamp()
203 std::lock_guard<std::mutex> lock(systemFlowControlMutex_); in UpdateGlobalFlowCtrl()
246 std::lock_guard<std::mutex> lock(systemFlowControlMutex_); in UpdateRecordTimestamp()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h67 static std::mutex systemFlowControlMutex_; variable