Home
last modified time | relevance | path

Searched refs:PutVBucketByType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp122 errCode = PutVBucketByType(assetInfo, field, cloudValue); in GetInfoByStatement()
139 errCode = PutVBucketByType(dataInfoWithLog.primaryKeys, item.second, cloudValue); in GetInfoByStatement()
1237 errCode = PutVBucketByType(assetInfo, field, cloudValue); in GetAssetInfoOnTable()
1521 int SQLiteSingleVerRelationalStorageExecutor::PutVBucketByType(VBucket &vBucket, const Field &field… in PutVBucketByType() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
H A Dsqlite_single_ver_relational_storage_executor.h288 int PutVBucketByType(VBucket &vBucket, const Field &field, Type &cloudValue);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1287 errCode = PutVBucketByType(assets, field, cloudValue); in GetAssetsByGidOrHashKey()
1959 errCode = PutVBucketByType(record, field, cloudValue); in GetRecordFromStmt()
H A Dsqlite_single_ver_relational_storage_executor.cpp1659 errCode = PutVBucketByType(data, tableSchema_.fields[cid], cloudValue); in GetCloudDataForSync()