Home
last modified time | relevance | path

Searched refs:TransferValueToCommit (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.h85 static int TransferValueToCommit(const Value &value, IKvDBCommit &commit);
H A Dmulti_ver_natural_store_commit_storage.cpp214 errCode = TransferValueToCommit(value, *commit); in GetCommit()
705 int MultiVerNaturalStoreCommitStorage::TransferValueToCommit(const Value &value, IKvDBCommit &commi… in TransferValueToCommit() function in DistributedDB::MultiVerNaturalStoreCommitStorage
804 errCode = TransferValueToCommit(entry.value, *commit); in GetAllCommits()