Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp102 std::mutex AdvancedNotificationService::doNotDisturbMutex_; member in OHOS::Notification::AdvancedNotificationService
738 std::lock_guard<std::mutex> lock(doNotDisturbMutex_); in ReportDoNotDisturbModeChanged()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1473 static std::mutex doNotDisturbMutex_; variable