/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | mock_icloud_sync_storage_interface.h | 47 MOCK_METHOD3(FillCloudAssetForDownload, int(const std::string &, VBucket &, bool));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_store.h | 69 …int FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess…
|
H A D | sqlite_cloud_kv_store.cpp | 367 int SqliteCloudKvStore::FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, boo… in FillCloudAssetForDownload() function in DistributedDB::SqliteCloudKvStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 244 EXPECT_EQ(proxyObj.FillCloudAssetForDownload(TABLE_NAME_1, assetInfo, true), -E_INVALID_DB); 348 EXPECT_EQ(obj.FillCloudAssetForDownload(TABLE_NAME_1, assetInfo, true), -E_INVALID_DB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | storage_proxy.h | 99 …int FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess…
|
H A D | icloud_sync_storage_interface.h | 142 …virtual int FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloa…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 415 int StorageProxy::FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDo… in FillCloudAssetForDownload() function in DistributedDB::StorageProxy 425 return store_->FillCloudAssetForDownload(tableName, asset, isDownloadSuccess); in FillCloudAssetForDownload()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 177 …int FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 137 …int FillCloudAssetForDownload(const TableSchema &tableSchema, VBucket &vBucket, bool isDownloadSuc…
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 96 int SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForDownload(const TableSchema &tableSch… in FillCloudAssetForDownload() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1341 int RelationalSyncAbleStorage::FillCloudAssetForDownload(const std::string &tableName, VBucket &ass… in FillCloudAssetForDownload() function in DistributedDB::RelationalSyncAbleStorage 1357 errCode = transactionHandle_->FillCloudAssetForDownload(tableSchema, asset, isDownloadSuccess); in FillCloudAssetForDownload()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.cpp | 594 ret = storageProxy_->FillCloudAssetForDownload(tableName, normalAssets, true); in FillCloudAssets() 601 ret = storageProxy_->FillCloudAssetForDownload(tableName, failedAssets, false); in FillCloudAssets()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 329 …ASSERT_EQ(g_storageProxy->FillCloudAssetForDownload(g_tableName, vBucket, isDownloadSuccess), E_OK… in fillCloudAssetTest()
|