Searched refs:pkgsMutex_ (Results 1 – 2 of 2) sorted by relevance
44 std::lock_guard<std::mutex> pkgsLock(pkgsMutex_); in HandlePkgsEvent()84 std::lock_guard<std::mutex> pkgsLock(pkgsMutex_); in HandleTouchInfo()204 std::lock_guard<std::mutex> lock(pkgsMutex_); in GetFocusAppStrategyConfig()229 std::lock_guard<std::mutex> lock(pkgsMutex_); in GetPackages()330 std::lock_guard<std::mutex> lock(pkgsMutex_); in FollowFocus()343 std::lock_guard<std::mutex> lock(pkgsMutex_); in UseMax()
88 std::mutex pkgsMutex_; variable