Searched refs:keyMutex_ (Results 1 – 2 of 2) sorted by relevance
159 std::lock_guard<std::mutex> lock(keyMutex_); in InitGlobalDeviceKey()474 std::lock_guard<std::mutex> lock(keyMutex_); in InitGlobalUserKeys()543 std::lock_guard<std::mutex> lock(keyMutex_); in GenerateElxAndInstallUserKey()659 std::lock_guard<std::mutex> lock(keyMutex_); in GenerateUserKeyByType()760 std::lock_guard<std::mutex> lock(keyMutex_); in DeleteUserKeys()779 std::lock_guard<std::mutex> lock(keyMutex_); in UpdateUserAuth()1101 std::lock_guard<std::mutex> lock(keyMutex_); in UpdateCeEceSeceUserAuth()1298 std::lock_guard<std::mutex> lock(keyMutex_); in UpdateCeEceSeceUserAuth()1362 std::lock_guard<std::mutex> lock(keyMutex_); in UpdateCeEceSeceUserAuth()1793 keyMutex_.unlock(); in UpdateCeEceSeceUserAuth()[all …]
162 std::mutex keyMutex_; variable