Home
last modified time | relevance | path

Searched defs:vBucket (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_valuebucket_convert.cpp26 VBucket vBucket; in Convert() local
42 for (auto &vBucket : vBuckets) { in Convert() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp35 const VBucket &vBucket, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) in GetInfoByPrimaryKeyOrGid()
163 int SQLiteSingleVerRelationalStorageExecutor::GetPrimaryKeyHashValue(const VBucket &vBucket, in GetPrimaryKeyHashValue()
257 VBucket &vBucket = downloadData.data[index]; in ExecutePutCloudData() local
681 const TrackerTable &trackerTable, VBucket &vBucket) in InsertLogRecord()
740 int SQLiteSingleVerRelationalStorageExecutor::BindValueToUpsertStatement(const VBucket &vBucket, in BindValueToUpsertStatement()
819 int SQLiteSingleVerRelationalStorageExecutor::BindValueToInsertLogStatement(VBucket &vBucket, in BindValueToInsertLogStatement()
923 int SQLiteSingleVerRelationalStorageExecutor::GetUpdateDataTableStatement(const VBucket &vBucket, in GetUpdateDataTableStatement()
1053 const std::set<std::string> &pkSet, const VBucket &vBucket, sqlite3_stmt *&deleteStmt) in GetDeleteStatementForCloudSync()
1119 int SQLiteSingleVerRelationalStorageExecutor::OnlyUpdateLogTable(const VBucket &vBucket, in OnlyUpdateLogTable()
1251 const VBucket &vBucket, const Field &field, VBucket &assetInfo) in IsNeedUpdateAssetIdInner()
[all …]
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp35 …VerRelationalStorageExecutor::GetQueryInfoSql(const std::string &tableName, const VBucket &vBucket, in GetQueryInfoSql()
70 const VBucket &vBucket, const std::vector<Field> &fields, sqlite3_stmt *&statement) in GetFillDownloadAssetStatement()
97 VBucket &vBucket, bool isDownloadSuccess) in FillCloudAssetForDownload()
255 int SQLiteSingleVerRelationalStorageExecutor::BindUpdateVersionStatement(const VBucket &vBucket, co… in BindUpdateVersionStatement()
289 VBucket vBucket = data.assets.at(index); in InitFillUploadAssetStatement() local
715 const VBucket &vBucket, std::string &sql) in AppendUpdateLogRecordWhereSqlCondition()
1435 const VBucket &vBucket, const AssetOperationUtils::RecordAssetOpType &assetOpType) in CleanDownloadChangedAssets()
1481 const TableSchema &tableSchema, const VBucket &vBucket, int64_t dataKey, OpType opType) in OnlyUpdateAssetId()
1701 const VBucket &vBucket) in UpdateAssetId()
1777 std::vector<Field> SQLiteSingleVerRelationalStorageExecutor::GetUpdateField(const VBucket &vBucket, in GetUpdateField()
[all …]
H A Dsqlite_single_ver_relational_storage_executor.cpp1841const VBucket &vBucket, OpType opType, std::vector<std::string> &updateColName, sqlite3_stmt *&upd… in GetUpdateLogRecordStatement()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp26 int CloudStorageUtils::BindInt64(int index, const VBucket &vBucket, const Field &field, in BindInt64()
47 int CloudStorageUtils::BindBool(int index, const VBucket &vBucket, const Field &field, in BindBool()
68 int CloudStorageUtils::BindDouble(int index, const VBucket &vBucket, const Field &field, in BindDouble()
89 int CloudStorageUtils::BindText(int index, const VBucket &vBucket, const Field &field, in BindText()
110 int CloudStorageUtils::BindBlob(int index, const VBucket &vBucket, const Field &field, in BindBlob()
215 int CloudStorageUtils::BoolToVector(const VBucket &vBucket, const Field &field, CollateType collate… in BoolToVector()
372 void CloudStorageUtils::ObtainAssetFromVBucket(const VBucket &vBucket, VBucket &asset) in ObtainAssetFromVBucket()
413 void CloudStorageUtils::ChangeAssetsOnVBucketToAsset(VBucket &vBucket, std::vector<Field> &fields) in ChangeAssetsOnVBucketToAsset()
584 VBucket &vBucket, VBucket &dbAssets, in FillAssetFromVBucketFinish()
887 void CloudStorageUtils::GetToBeRemoveAssets(const VBucket &vBucket, in GetToBeRemoveAssets()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp49 OhCloudExtValueBucket *vBucket = reinterpret_cast<OhCloudExtValueBucket *>(values); in CloudCursorImpl() local
158 OhCloudExtValueBucket *vBucket = reinterpret_cast<OhCloudExtValueBucket *>(values); in GetEntry() local
270 OhCloudExtValueBucket *vBucket = reinterpret_cast<OhCloudExtValueBucket *>(data); in Get() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h139 static int GetValueFromVBucket(const std::string &fieldName, const VBucket &vBucket, T &outVal) in GetValueFromVBucket()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp272 VBucket vBucket; in GetInfoByPrimaryKeyOrGidTest() local
463 VBucket vBucket; in VbucketWithoutPrimaryDataTest() local
540 VBucket vBucket; in PrimaryKeyCollateTest() local
787 VBucket vBucket; in ConstructDownloadData() local
1006 VBucket vBucket; in ConstructMultiDownloadData() local
1154 VBucket vBucket; variable
1189 VBucket vBucket; variable
1248 VBucket vBucket; in DeleteWithPkTest() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_machine_test.cpp59 VBucket vBucket{ { "11", 111 } }; in SetUp() local
H A Dobject_snapshot_test.cpp52 VBucket vBucket{ { "11", 111 } }; in SetUp() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp55 VBucket vBucket; in BatchInsert() local
145 VBucket vBucket; in BatchInsertWithGid() local
423 VBucket vBucket; in InnerUpdate() local
H A Ddistributeddb_cloud_syncer_lock_test.cpp242 for (VBucket vBucket : record) { in InsertLocalData() local
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp174 for (VBucket vBucket : record) { in InsertLocalData() local
287 for (auto &vBucket: record) { in InsertCloudDBData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp238 VBucket vBucket; in ConstructMultiDownloadData() local
311 VBucket vBucket; in fillCloudAssetTest() local
990 VBucket vBucket; variable
1028 VBucket vBucket; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.cpp352 Type &GetAssetsCaseInsensitive(const std::string &assetFieldName, VBucket &vBucket) in GetAssetsCaseInsensitive()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp343 for (VBucket vBucket : record) { in InsertLocalData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp277 int StorageProxy::GetInfoByPrimaryKeyOrGid(const std::string &tableName, const VBucket &vBucket, in GetInfoByPrimaryKeyOrGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1242 …onalSyncAbleStorage::GetInfoByPrimaryKeyOrGid(const std::string &tableName, const VBucket &vBucket, in GetInfoByPrimaryKeyOrGid()
1254 …const std::string &tableName, const VBucket &vBucket, DataInfoWithLog &dataInfoWithLog, VBucket &a… in GetInfoByPrimaryKeyOrGidInner()