Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h842 static std::mutex pushMutex_; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp116 std::mutex AdvancedNotificationService::pushMutex_; member in OHOS::Notification::AdvancedNotificationService
4528 std::lock_guard<std::mutex> lock(pushMutex_); in ResetPushCallbackProxy()