Searched refs:remoteSoftwareVersionLock_ (Results 1 – 2 of 2) sorted by relevance
506 std::lock_guard<std::mutex> lock(remoteSoftwareVersionLock_); in SetRemoteSoftwareVersion()513 std::lock_guard<std::mutex> lock(remoteSoftwareVersionLock_); in GetRemoteSoftwareVersion()519 std::lock_guard<std::mutex> lock(remoteSoftwareVersionLock_); in GetRemoteSoftwareVersionId()
287 mutable std::mutex remoteSoftwareVersionLock_; variable