Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h75 OSAL::Mutex pushMutex_ {};
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.cpp357 OSAL::ScopedLock lock(pushMutex_); in SendBuffer()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp101 std::mutex AdvancedNotificationService::pushMutex_; member in OHOS::Notification::AdvancedNotificationService
1863 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1448 static std::mutex pushMutex_; variable