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 D | sqlite_single_ver_relational_storage_executor_extend.cpp | 122 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 D | sqlite_single_ver_relational_storage_executor.h | 288 int PutVBucketByType(VBucket &vBucket, const Field &field, Type &cloudValue);
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1287 errCode = PutVBucketByType(assets, field, cloudValue); in GetAssetsByGidOrHashKey() 1959 errCode = PutVBucketByType(record, field, cloudValue); in GetRecordFromStmt()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 1659 errCode = PutVBucketByType(data, tableSchema_.fields[cid], cloudValue); in GetCloudDataForSync()
|