Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp109 currentRemoteVersionId_(0) in SingleVerSyncStateMachine()
615 currentRemoteVersionId_ = context_->GetRemoteSoftwareVersionId(); in AbilitySyncResponseRecv()
710 if (currentRemoteVersionId_ == context_->GetRemoteSoftwareVersionId()) { in NeedAbilitySyncHandle()
711 …[StateMachine] set remote version 0, currentRemoteVersionId_ = %" PRIu64, currentRemoteVersionId_); in NeedAbilitySyncHandle()
714 currentRemoteVersionId_ = context_->GetRemoteSoftwareVersionId(); in NeedAbilitySyncHandle()
1302 currentRemoteVersionId_ = context_->GetRemoteSoftwareVersionId(); in AbilitySyncNotifyRecv()
H A Dsingle_ver_sync_state_machine.h233 uint64_t currentRemoteVersionId_; variable