Home
last modified time | relevance | path

Searched refs:notifyMutex_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_display_power_controller.h48 std::mutex notifyMutex_; variable
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.h56 std::mutex notifyMutex_; variable
H A Ddevice_state_action.cpp299 std::lock_guard lock(notifyMutex_); in NotifyDisplayActionDone()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_display_power_controller.cpp53 std::lock_guard<std::mutex> notifyLock(notifyMutex_); in SetDisplayState()
H A Dscreen_session_manager.cpp1639 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in TryToCancelScreenOff()
1665 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in ForceSkipScreenOffAnimation()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h119 mutable std::shared_mutex notifyMutex_; variable
H A Dstorage_engine.cpp388 std::unique_lock<std::shared_mutex> lock(notifyMutex_); in SetNotifiedCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h321 static inline std::mutex notifyMutex_; variable
H A Drs_uifirst_manager.cpp1515 std::unique_lock<std::mutex> lock(notifyMutex_); in CheckAndWaitPreFirstLevelDrawableNotify()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h156 std::mutex notifyMutex_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp991 std::lock_guard<decltype(notifyMutex_)> lock(notifyMutex_); in DoNotifyChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp1002 std::shared_lock<std::shared_mutex> lock(notifyMutex_); in CommitAndReleaseNotifyData()