Searched refs:pushMutex_ (Results 1 – 4 of 4) sorted by relevance
75 OSAL::Mutex pushMutex_ {};
357 OSAL::ScopedLock lock(pushMutex_); in SendBuffer()
101 std::mutex AdvancedNotificationService::pushMutex_; member in OHOS::Notification::AdvancedNotificationService1863 std::lock_guard<std::mutex> lock(pushMutex_); in ResetPushCallbackProxy()1924 std::lock_guard<std::mutex> lock(pushMutex_); in RegisterPushCallback()1960 std::lock_guard<std::mutex> lock(pushMutex_); in UnregisterPushCallback()
1448 static std::mutex pushMutex_; variable