Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp253 int errCode = GetAllCommits(commitsTable, headerId); in GetAllCommitsInTree()
493 int errCode = GetAllCommits(commits, headerId); in GetLatestCommits()
586 int errCode = GetAllCommits(allCommits, header); in GetCommitTree()
769 int MultiVerNaturalStoreCommitStorage::GetAllCommits(map<CommitID, IKvDBCommit *> &commits, in GetAllCommits() function in DistributedDB::MultiVerNaturalStoreCommitStorage
870 errCode = GetAllCommits(commits, headerId); in GetMaxCommitVersion()
H A Dmulti_ver_natural_store_commit_storage.h102 int GetAllCommits(std::map<CommitID, IKvDBCommit *> &commits, CommitID &headerId) const;