Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp282 commitNode.leftParent = currentCommitIter->second->GetLeftParentId(); in GetAllCommitsInTree()
358 errCode = SetHeader(commit->GetLeftParentId()); in RemoveCommit()
562 auto leftParentId = commit->GetLeftParentId(); in AddParentsToStack()
661 …Parcel::GetVectorCharLen(commit.GetLeftParentId()) + Parcel::GetVectorCharLen(commit.GetRightParen… in TransferCommitToValue()
692 errCode = parcel.WriteVectorChar(commit.GetLeftParentId()); in TransferCommitToValue()
842 if (commitEntry.GetLeftParentId().size() != 0) { in CheckAddedCommit()
843 if (!CommitExist(commitEntry.GetLeftParentId(), errCode)) { in CheckAddedCommit()
H A Dmulti_ver_commit.h40 CommitID GetLeftParentId() const override;
H A Dmulti_ver_commit.cpp52 CommitID MultiVerCommit::GetLeftParentId() const in GetLeftParentId() function in DistributedDB::MultiVerCommit
H A Dmulti_ver_storage_executor.cpp92 latestCommit.second->GetLeftParentId(), // leftParent in GetDeviceLatestCommit()
134 commitNode->GetLeftParentId(), // leftParent in GetCommitTree()
1155 parentId = commit->GetLeftParentId(); in GetParentCommitId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit.h30 virtual CommitID GetLeftParentId() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp104 CommitID leftCommitID = commit->GetLeftParentId(); in CompareCommitWithExpectation()