Home
last modified time | relevance | path

Searched refs:Download (Results 1 - 25 of 43) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp53 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 Dobject_snapshot_test.cpp117 * @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 Dmock_download_manager.cpp24 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 Dasset_loader_test.cpp26 * @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 Drdb_asset_loader.cpp32 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 Drdb_asset_loader.h37 DBStatus Download(const std::string &tableName, const std::string &gid, const Type &prefix,
/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager.h55 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 Dmock_asset_loader.h24 MOCK_METHOD4(Download, DBStatus(const std::string &, const std::string &, const Type &,
H A Dvirtual_asset_loader.cpp19 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 Dvirtual_asset_loader.h30 DBStatus Download(const std::string &tableName, const std::string &gid, const Type &prefix,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dasset_loader.cpp18 int32_t AssetLoader::Download( in Download() function in OHOS::DistributedData::AssetLoader
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dscanner_utils.cpp201 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 DiAssetLoader.h31 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 Dasset_loader.h25 virtual int32_t Download(
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dsnapshot.h33 virtual int32_t Download(Asset& asset) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_snapshot.h31 int32_t Download(Asset& asset) override;
H A Dobject_snapshot.cpp43 int32_t ObjectSnapshot::Download(Asset& asset) in Download() function in OHOS::DistributedObject::ObjectSnapshot
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dasset_loader_impl.h34 int32_t Download(const std::string &tableName, const std::string &gid, const DBValue &prefix,
H A Dasset_loader_impl.cpp34 int32_t AssetLoaderImpl::Download( in Download() function in OHOS::CloudData::AssetLoaderImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/
H A Dsnapshot.cpp24 int32_t Snapshot::Download(OHOS::DistributedData::Asset& asset) in Download() function in OHOS::DistributedData::Snapshot
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddownload_manager_preview.cpp53 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 Dplaylist_downloader.cpp53 downloader_->Download(downloadRequest_, -1); // -1 in DoOpen()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h121 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 Dasset.rs22 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 Dhttp_media_downloader.cpp57 downloader_->Download(downloadRequest_, -1); // -1 in Open()

Completed in 8 milliseconds

12