Home
last modified time | relevance | path

Searched refs:GetRightParentId (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.cpp283 commitNode.rightParent = currentCommitIter->second->GetRightParentId(); in GetAllCommitsInTree()
563 auto rightParentId = commit->GetRightParentId(); in AddParentsToStack()
661 …:GetVectorCharLen(commit.GetLeftParentId()) + Parcel::GetVectorCharLen(commit.GetRightParentId()) + in TransferCommitToValue()
697 errCode = parcel.WriteVectorChar(commit.GetRightParentId()); in TransferCommitToValue()
848 if (commitEntry.GetRightParentId().size() != 0) { in CheckAddedCommit()
849 if (!CommitExist(commitEntry.GetRightParentId(), errCode)) { in CheckAddedCommit()
H A Dmulti_ver_commit.h43 CommitID GetRightParentId() const override;
H A Dmulti_ver_commit.cpp63 CommitID MultiVerCommit::GetRightParentId() const in GetRightParentId() function in DistributedDB::MultiVerCommit
H A Dmulti_ver_storage_executor.cpp93 latestCommit.second->GetRightParentId(), // rightParent in GetDeviceLatestCommit()
135 commitNode->GetRightParentId(), // rightParent in GetCommitTree()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit.h32 virtual CommitID GetRightParentId() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp107 CommitID rightCommitID = commit->GetRightParentId(); in CompareCommitWithExpectation()