Home
last modified time | relevance | path

Searched refs:ReadMultiVerCommits (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparcel.h62 uint32_t ReadMultiVerCommits(std::vector<MultiVerCommitNode> &commits);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp340 uint32_t Parcel::ReadMultiVerCommits(std::vector<MultiVerCommitNode> &commits) in ReadMultiVerCommits() function in DistributedDB::Parcel
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommit_history_sync.cpp510 packLen += parcel.ReadMultiVerCommits(commits); in AckPacketDeSerialization()