Searched refs:GetLatestCommits (Results 1 – 5 of 5) sorted by relevance
52 virtual int GetLatestCommits(std::map<DeviceID, IKvDBCommit *> &latestCommits) const = 0;
58 int GetLatestCommits(std::map<DeviceID, IKvDBCommit *> &latestCommits) const override;
488 int MultiVerNaturalStoreCommitStorage::GetLatestCommits(std::map<DeviceID, IKvDBCommit *> &latestCo… in GetLatestCommits() function in DistributedDB::MultiVerNaturalStoreCommitStorage
82 int errCode = commitStorage_->GetLatestCommits(latestCommits); in GetDeviceLatestCommit()
773 int result = g_commitStorage->GetLatestCommits(latestCommits);