Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparcel.h171 static uint32_t GetMultiVerCommitsLen(const std::vector<MultiVerCommitNode> &commits);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp500 uint32_t Parcel::GetMultiVerCommitsLen(const std::vector<MultiVerCommitNode> &commits) in GetMultiVerCommitsLen() function in DistributedDB::Parcel
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommit_history_sync.cpp85 len += Parcel::GetMultiVerCommitsLen(commits_); in CalculateLen()