Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_meta_data.cpp137 int CloudMetaData::SerializeMark(Timestamp localMark, std::string &cloudMark, Value &blobMeta) in SerializeMark() argument
140 blobMeta.resize(length); in SerializeMark()
141 Parcel parcel(blobMeta.data(), blobMeta.size()); in SerializeMark()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
Dcloud_meta_data.h51 int SerializeMark(Timestamp localMark, std::string &cloudMark, Value &blobMeta);