Searched refs:doNotDisturbMutex_ (Results 1 – 2 of 2) sorted by relevance
102 std::mutex AdvancedNotificationService::doNotDisturbMutex_; member in OHOS::Notification::AdvancedNotificationService738 std::lock_guard<std::mutex> lock(doNotDisturbMutex_); in ReportDoNotDisturbModeChanged()
1473 static std::mutex doNotDisturbMutex_; variable