/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_asset_loader_test.cpp | 53 int32_t Download(const std::string &tableName, const std::string &gid,
75 * @tc.name: Download
81 HWTEST_F(RdbAssetLoaderTest, Download, TestSize.Level0)
in HWTEST_F() 91 auto result = rdbAssetLoader.Download(tableName, groupId, prefix, assets);
in HWTEST_F() 131 auto result = rdbAssetLoader.Download(tableName, groupId, prefix, assets);
in HWTEST_F()
|
H A D | object_snapshot_test.cpp | 117 * @tc.desc: Download test. 134 auto upload = snapshot->Download(asset); in HWTEST_F() 140 * @tc.desc: Download test. 150 auto upload = snapshot->Download(asset_); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_download_manager.cpp | 24 bool Download(const std::string& /* url */, std::vector<uint8_t>& /* dataOut */) override 29 bool Download(const std::string& /* url */, const std::shared_ptr<DownloadResult>& /* result */) override
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | asset_loader_test.cpp | 26 * @tc.name: Download 30 HWTEST_F(AssetLoaderTest, Download, TestSize.Level1) in HWTEST_F() 37 auto ret = loader.Download(tableName, gid, prefix, assets); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_asset_loader.cpp | 32 DBStatus RdbAssetLoader::Download(const std::string &tableName, const std::string &gid, const Type &prefix, in Download() function in OHOS::DistributedRdb::RdbAssetLoader 40 auto error = assetLoader_->Download(tableName, gid, ValueProxy::Convert(std::move(prefixTemp)), downLoadAssets); in Download() 83 snapshot->Download(downLoadAsset); in PostEvent()
|
H A D | rdb_asset_loader.h | 37 DBStatus Download(const std::string &tableName, const std::string &gid, const Type &prefix,
|
/foundation/arkui/ace_engine/frameworks/base/network/ |
H A D | download_manager.h | 55 virtual bool Download(const std::string& url, std::vector<uint8_t>& dataOut); 56 virtual bool Download(const std::string& url, const std::shared_ptr<DownloadResult>& result);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | mock_asset_loader.h | 24 MOCK_METHOD4(Download, DBStatus(const std::string &, const std::string &, const Type &,
|
H A D | virtual_asset_loader.cpp | 19 DBStatus VirtualAssetLoader::Download(const std::string &tableName, const std::string &gid, const Type &prefix, in Download() function in DistributedDB::VirtualAssetLoader 28 LOGD("Download GID:%s", gid.c_str()); in Download()
|
H A D | virtual_asset_loader.h | 30 DBStatus Download(const std::string &tableName, const std::string &gid, const Type &prefix,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | asset_loader.cpp | 18 int32_t AssetLoader::Download( in Download() function in OHOS::DistributedData::AssetLoader
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | scanner_utils.cpp | 201 static const string Download = "Download"; in CheckSkipScanList() local 209 { ROOT_MEDIA_DIR + Download }, in CheckSkipScanList()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | iAssetLoader.h | 31 virtual DBStatus Download(const std::string &tableName, const std::string &gid, const Type &prefix, in Download() function in DistributedDB::IAssetLoader
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | asset_loader.h | 25 virtual int32_t Download(
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | snapshot.h | 33 virtual int32_t Download(Asset& asset) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_snapshot.h | 31 int32_t Download(Asset& asset) override;
|
H A D | object_snapshot.cpp | 43 int32_t ObjectSnapshot::Download(Asset& asset) in Download() function in OHOS::DistributedObject::ObjectSnapshot
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | asset_loader_impl.h | 34 int32_t Download(const std::string &tableName, const std::string &gid, const DBValue &prefix,
|
H A D | asset_loader_impl.cpp | 34 int32_t AssetLoaderImpl::Download( in Download() function in OHOS::CloudData::AssetLoaderImpl
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/ |
H A D | snapshot.cpp | 24 int32_t Snapshot::Download(OHOS::DistributedData::Asset& asset) in Download() function in OHOS::DistributedData::Snapshot
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | download_manager_preview.cpp | 53 bool Download(const std::string& url, std::vector<uint8_t>& dataOut) override 107 bool Download(const std::string& url, const std::shared_ptr<DownloadResult>& result) override
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | playlist_downloader.cpp | 53 downloader_->Download(downloadRequest_, -1); // -1 in DoOpen()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.h | 121 bool Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | asset.rs | 22 use crate::ipc_conn::function::AssetLoaderFunc::{Download, Upload}; 227 let function_number = Download as u32;
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/ |
H A D | http_media_downloader.cpp | 57 downloader_->Download(downloadRequest_, -1); // -1 in Open()
|