Home
last modified time | relevance | path

Searched refs:notifyMutex_ (Results 1 - 14 of 14) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsession_display_power_controller.h46 std::mutex notifyMutex_; member in OHOS::Rosen::SessionDisplayPowerController
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp665 std::lock_guard<std::mutex> locker(notifyMutex_); in AttachReceiver()
756 std::lock_guard<std::mutex> locker(notifyMutex_); in DetachReceiver()
787 std::lock_guard<std::mutex> locker(notifyMutex_); in ReleaseAllReceiver()
848 std::lock_guard<std::mutex> locker(notifyMutex_); in GetNotifierByReceiverId()
1086 std::lock_guard<std::mutex> indexLocker(notifyMutex_); in WriteDataIntoBuffer()
1115 std::lock_guard<std::mutex> lock(notifyMutex_); in EraseOldGopDatas()
1186 std::lock_guard<std::mutex> locker(notifyMutex_); in UpdateIndex()
1339 std::lock_guard<std::mutex> locker(notifyMutex_); in ResetAllIndex()
1468 std::unique_lock<std::mutex> locker(dispatcher->notifyMutex_);
1507 std::unique_lock<std::mutex> locker(notifyMutex_); in NotifyReadReady()
[all...]
H A Dbuffer_dispatcher.h340 std::mutex notifyMutex_; member in OHOS::Sharing::BufferDispatcher
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h118 mutable std::shared_mutex notifyMutex_; member in DistributedDB::StorageEngine
H A Dstorage_engine.cpp383 std::unique_lock<std::shared_mutex> lock(notifyMutex_); in SetNotifiedCallback()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dsession_display_power_controller.cpp59 std::lock_guard<std::mutex> notifyLock(notifyMutex_); in SetDisplayState()
H A Dscreen_session_manager.cpp1874 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in TryToCancelScreenOff()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h333 static inline std::mutex notifyMutex_; member in OHOS::Rosen::RSUiFirstProcessStateCheckerHelper
H A Drs_uifirst_manager.cpp1614 std::unique_lock<std::mutex> lock(notifyMutex_); in CheckAndWaitPreFirstLevelDrawableNotify()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h156 std::mutex notifyMutex_; member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp996 std::lock_guard<decltype(notifyMutex_)> lock(notifyMutex_);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp1007 std::shared_lock<std::shared_mutex> lock(notifyMutex_); in CommitAndReleaseNotifyData()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1298 std::mutex notifyMutex_; member in OHOS::AudioStandard::AudioPolicyService
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp690 std::lock_guard<std::mutex> lock(notifyMutex_); in OnReceiveEvent()
699 std::lock_guard<std::mutex> lock(notifyMutex_); in OnReceiveEvent()

Completed in 48 milliseconds