Home
last modified time | relevance | path

Searched refs:isDownloadSuccess (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h69 …oudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) override;
H A Dsqlite_cloud_kv_store.cpp367 …re::FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) in FillCloudAssetForDownload() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h99 …nt FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess);
H A Dicloud_sync_storage_interface.h142 …illCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp415 …xy::FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) in FillCloudAssetForDownload() argument
425 return store_->FillCloudAssetForDownload(tableName, asset, isDownloadSuccess); in FillCloudAssetForDownload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h177 …oudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h137 …illCloudAssetForDownload(const TableSchema &tableSchema, VBucket &vBucket, bool isDownloadSuccess);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp97 VBucket &vBucket, bool isDownloadSuccess) in FillCloudAssetForDownload() argument
124 if (isDownloadSuccess) { in FillCloudAssetForDownload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp309 void fillCloudAssetTest(int64_t count, AssetStatus statusType, bool isDownloadSuccess) in fillCloudAssetTest() argument
329 …ASSERT_EQ(g_storageProxy->FillCloudAssetForDownload(g_tableName, vBucket, isDownloadSuccess), E_OK… in fillCloudAssetTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1342 bool isDownloadSuccess) in FillCloudAssetForDownload() argument
1357 errCode = transactionHandle_->FillCloudAssetForDownload(tableSchema, asset, isDownloadSuccess); in FillCloudAssetForDownload()