Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h167 std::mutex screenLockListsMutex_; variable
H A Drunning_lock_mgr.cpp352 std::lock_guard<std::mutex> lock(screenLockListsMutex_); in UpdateUnSceneLockLists()
543 std::lock_guard<std::mutex> lock(screenLockListsMutex_); in QueryRunningLockLists()