Searched refs:pushMutex_ (Results 1 - 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ | ||
H A D | advanced_notification_service.h | 1437 static std::mutex pushMutex_; member in OHOS::Notification::final |
/base/notification/distributed_notification_service/services/ans/src/ | ||
H A D | advanced_notification_service.cpp | 99 std::mutex AdvancedNotificationService::pushMutex_; member in OHOS::Notification::AdvancedNotificationService 1948 std::lock_guard<std::mutex> lock(pushMutex_); in ResetPushCallbackProxy() |
Completed in 7 milliseconds