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 D | sqlite_cloud_kv_store.h | 69 …oudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) override;
|
H A D | sqlite_cloud_kv_store.cpp | 367 …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 D | storage_proxy.h | 99 …nt FillCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess);
|
H A D | icloud_sync_storage_interface.h | 142 …illCloudAssetForDownload(const std::string &tableName, VBucket &asset, bool isDownloadSuccess) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 415 …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 D | relational_sync_able_storage.h | 177 …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 D | sqlite_single_ver_relational_storage_executor.h | 137 …illCloudAssetForDownload(const TableSchema &tableSchema, VBucket &vBucket, bool isDownloadSuccess);
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 97 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 D | distributeddb_relational_cloud_syncable_storage_test.cpp | 309 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 D | relational_sync_able_storage.cpp | 1342 bool isDownloadSuccess) in FillCloudAssetForDownload() argument 1357 errCode = transactionHandle_->FillCloudAssetForDownload(tableSchema, asset, isDownloadSuccess); in FillCloudAssetForDownload()
|