Home
last modified time | relevance | path

Searched refs:unlockListenerMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp394 unlockListenerMutex_.lock(); in UnlockInner()
396 unlockListenerMutex_.unlock(); in UnlockInner()
720 std::lock_guard<std::mutex> autoLock(unlockListenerMutex_); in NotifyUnlockListener()
723 std::lock_guard<std::mutex> guard(unlockListenerMutex_); in NotifyUnlockListener()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h222 std::mutex unlockListenerMutex_; variable