Home
last modified time | relevance | path

Searched refs:GetDeviceLatestCommit (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp82 int VirtualMultiVerSyncDBInterface::GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode>… in GetDeviceLatestCommit() function in DistributedDB::VirtualMultiVerSyncDBInterface
84 return kvStore_->GetDeviceLatestCommit(commits); in GetDeviceLatestCommit()
H A Dvirtual_multi_ver_sync_db_interface.h53 int GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_kvdb_sync_interface.h33 … virtual int GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &commitMap) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommit_history_sync.h126 int GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &);
H A Dcommit_history_sync.cpp239 int errCode = GetDeviceLatestCommit(commitMap); in SyncStart()
556 int CommitHistorySync::GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &commitMap) in GetDeviceLatestCommit() function in DistributedDB::CommitHistorySync
559 int errCode = storagePtr_->GetDeviceLatestCommit(readCommitMap); in GetDeviceLatestCommit()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.h58 int GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &commitMap) const;
H A Dmulti_ver_natural_store.h87 int GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &) const override;
H A Dmulti_ver_natural_store.cpp574 int MultiVerNaturalStore::GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &commitMa… in GetDeviceLatestCommit() function in DistributedDB::MultiVerNaturalStore
582 errCode = handle->GetDeviceLatestCommit(commitMap); in GetDeviceLatestCommit()
H A Dmulti_ver_storage_executor.cpp75 int MultiVerStorageExecutor::GetDeviceLatestCommit(std::map<std::string, MultiVerCommitNode> &commi… in GetDeviceLatestCommit() function in DistributedDB::MultiVerStorageExecutor