Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.h34 static void CalCloudValueLen(Type &cloudValue, uint32_t &totalSize);
H A Dsqlite_relational_utils.cpp136 void SQLiteRelationalUtils::CalCloudValueLen(Type &cloudValue, uint32_t &totalSize) in CalCloudValueLen() function in DistributedDB::SQLiteRelationalUtils
H A Dsqlite_single_ver_relational_storage_executor.cpp1658 SQLiteRelationalUtils::CalCloudValueLen(cloudValue, totalSize); in GetCloudDataForSync()