Home
last modified time | relevance | path

Searched refs:GetRemoteSoftwareVersionId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h153 virtual uint64_t GetRemoteSoftwareVersionId() const = 0;
H A Dsync_task_context.h165 uint64_t GetRemoteSoftwareVersionId() const override;
H A Dsync_task_context.cpp517 uint64_t SyncTaskContext::GetRemoteSoftwareVersionId() const in GetRemoteSoftwareVersionId() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp615 currentRemoteVersionId_ = context_->GetRemoteSoftwareVersionId(); in AbilitySyncResponseRecv()
710 if (currentRemoteVersionId_ == context_->GetRemoteSoftwareVersionId()) { in NeedAbilitySyncHandle()
714 currentRemoteVersionId_ = context_->GetRemoteSoftwareVersionId(); in NeedAbilitySyncHandle()
1302 currentRemoteVersionId_ = context_->GetRemoteSoftwareVersionId(); in AbilitySyncNotifyRecv()