Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp506 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()
H A Dsync_task_context.h287 mutable std::mutex remoteSoftwareVersionLock_; variable