Home
last modified time | relevance | path

Searched refs:GetCommitId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit.h28 virtual CommitID GetCommitId() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_commit.h37 CommitID GetCommitId() const override;
H A Dmulti_ver_commit.cpp41 CommitID MultiVerCommit::GetCommitId() const in GetCommitId() function in DistributedDB::MultiVerCommit
H A Dmulti_ver_natural_store_commit_storage.cpp308 TransferCommitIDToKey(commitEntry.GetCommitId(), key); in AddCommit()
326 errCode = SetHeaderInner(commitEntry.GetCommitId()); in AddCommit()
660 …uint32_t totalLength = Parcel::GetUInt64Len() * 3 + Parcel::GetVectorCharLen(commit.GetCommitId())… in TransferCommitToValue()
687 errCode = parcel.WriteVectorChar(commit.GetCommitId()); in TransferCommitToValue()
811 commits.insert(make_pair(commit->GetCommitId(), commit)); in GetAllCommits()
H A Dmulti_ver_storage_executor.cpp91 latestCommit.second->GetCommitId(), // commitId in GetDeviceLatestCommit()
133 commitNode->GetCommitId(), // commitId in GetCommitTree()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp101 CommitID commitID = commit->GetCommitId(); in CompareCommitWithExpectation()