Home
last modified time | relevance | path

Searched refs:GetParcelCurrentLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_meta_data.cpp201 uint64_t CloudMetaData::GetParcelCurrentLength(CloudMetaValue &cloudMetaValue) in GetParcelCurrentLength() function in DistributedDB::CloudMetaData
209 uint64_t length = GetParcelCurrentLength(cloudMetaValue); in SerializeWaterMark()
246 if (blobMark.size() < GetParcelCurrentLength(cloudMetaValue)) { in DeserializeMark()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_meta_data.h64 uint64_t GetParcelCurrentLength(CloudMetaValue &cloudMetaValue);