/ohos5.0/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 in Download() function in OHOS::Ace::MockDownloadManager 29 …bool Download(const std::string& /* url */, const std::shared_ptr<DownloadResult>& /* result */) o… in Download() function in OHOS::Ace::MockDownloadManager
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | asset_loader.cpp | 18 int32_t AssetLoader::Download(const std::string &tableName, const std::string &gid, const Value &pr… in Download() function in OHOS::DistributedData::AssetLoader
|
/ohos5.0/docs/en/application-dev/ai/mindspore/ |
H A D | mindspore-lite-converter-guidelines.md | 25 #### Download subsubsection
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | function.rs | 29 Download, enumerator
|
/ohos5.0/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 in Download() function in OHOS::Ace::DownloadManagerPrview 107 bool Download(const std::string& url, const std::shared_ptr<DownloadResult>& result) override in Download() function in OHOS::Ace::DownloadManagerPrview
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_snapshot.cpp | 43 int32_t ObjectSnapshot::Download(Asset& asset) in Download() function in OHOS::DistributedObject::ObjectSnapshot
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | asset_loader_impl.cpp | 34 int32_t AssetLoaderImpl::Download( in Download() function in OHOS::CloudData::AssetLoaderImpl
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_asset_loader.cpp | 19 DBStatus VirtualAssetLoader::Download(const std::string &tableName, const std::string &gid, const T… in Download() function in DistributedDB::VirtualAssetLoader
|
/ohos5.0/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 … in Download() function in OHOS::DistributedRdb::RdbAssetLoader
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-cloudsync-sys.md | 406 ## Download section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-cloudsync-sys.md | 406 ## Download section
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_asset_loader_test.cpp | 54 int32_t Download(const std::string &tableName, const std::string &gid, in Download() function in OHOS::Test::DistributedRDBTest::MockAssetLoader
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/ |
H A D | download_manager_impl.cpp | 63 bool Download(const std::string& url, std::vector<uint8_t>& dataOut) override in Download() function in OHOS::Ace::DownloadManagerImpl 122 …bool Download(const std::string& url, const std::shared_ptr<DownloadResult>& downloadResult) overr… in Download() function in OHOS::Ace::DownloadManagerImpl
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.cpp | 122 bool Downloader::Download(const std::shared_ptr<DownloadRequest>& request, int32_t waitMs) in Download() function in OHOS::Media::Plugin::HttpPlugin::Downloader
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service_impl_firmware.cpp | 67 int32_t UpdateServiceImplFirmware::Download(const UpgradeInfo &info, const VersionDigestInfo &versi… in Download() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
|
H A D | update_service.cpp | 245 int32_t UpdateService::Download(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in Download() function in OHOS::UpdateEngine::UpdateService
|
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/ |
H A D | request_manager.cpp | 236 napi_value RequestManager::Download(napi_env env, napi_callback_info info) in Download() function in OHOS::Request::Legacy::RequestManager
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | config.rs | 36 Download = 0, enumerator
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 79 int32_t UpdateServiceKitsImpl::Download(const UpgradeInfo &info, const VersionDigestInfo &versionDi… in Download() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_module.cpp | 180 napi_value Download(napi_env env, napi_callback_info info) in Download() function
|
H A D | update_client.cpp | 165 napi_value UpdateClient::Download(napi_env env, napi_callback_info info) in Download() function in OHOS::UpdateEngine::UpdateClient
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_db_proxy.cpp | 223 int CloudDBProxy::Download(const std::string &tableName, const std::string &gid, const Type &prefix, in Download() function in DistributedDB::CloudDBProxy
|