Home
last modified time | relevance | path

Searched refs:notifyLock (Results 1 – 5 of 5) sorted by relevance

/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() local
H A Dscreen_session_manager.cpp1639 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in TryToCancelScreenOff() local
1665 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in ForceSkipScreenOffAnimation() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp259 std::mutex notifyLock; in TestSyncWithUserChange() local
260 std::unique_lock<std::mutex> lck(notifyLock); in TestSyncWithUserChange()
H A Ddistributeddb_relational_multi_user_test.cpp361 std::mutex notifyLock; in TestSyncWithUserChange() local
362 std::unique_lock<std::mutex> lck(notifyLock); in TestSyncWithUserChange()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4630 std::lock_guard<ffrt::mutex> notifyLock(configurationObserverLock_); in UpdateConfiguration() local