/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_syncer.cpp | 24 int VirtualCloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload() function in DistributedDB::VirtualCloudSyncer 33 return CloudSyncer::DoDownload(taskId, isFirstDownload); in DoDownload()
|
H A D | virtual_cloud_syncer.h | 25 int DoDownload(TaskId taskId, bool isFirstDownload) override;
|
H A D | cloud_syncer_test.h | 149 return CloudSyncer::DoDownload(taskId, true); in CallDoDownload()
|
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/ |
H A D | firmware_download_executor.cpp | 40 std::thread downloadThread([this] { this->DoDownload(); }); in Execute() 44 void FirmwareDownloadExecutor::DoDownload() in DoDownload() function in OHOS::UpdateEngine::FirmwareDownloadExecutor
|
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/ |
H A D | download_task.cpp | 182 result = DoDownload(); in Run() 193 bool DownloadTask::DoDownload() in DoDownload() function in OHOS::Request::Legacy::DownloadTask
|
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/ |
H A D | firmware_download_executor.h | 35 void DoDownload();
|
/ohos5.0/base/request/request/frameworks/js/napi/include/legacy/ |
H A D | download_task.h | 45 bool DoDownload();
|
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/include/ |
H A D | firmware_manager.h | 45 void DoDownload(const DownloadOptions &downloadOptions, BusinessError &businessError);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/include/ |
H A D | OHAVMetadataBuilder.h | 49 static int32_t DoDownload(AVMetaData& meta, const std::string uri);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/src/ |
H A D | OHAVMetadataBuilder.cpp | 188 int32_t OHAVMetadataBuilder::DoDownload(AVMetaData& metadata, const std::string uri) in DoDownload() function in OHAVMetadataBuilder 243 DoDownload(*metadata, mediaImageUri_); in GenerateAVMetadata()
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service_impl_firmware.cpp | 90 DelayedSingleton<FirmwareManager>::GetInstance()->DoDownload(downloadOptions, businessError); in Download()
|
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/ |
H A D | firmware_manager.cpp | 201 void FirmwareManager::DoDownload(const DownloadOptions &downloadOptions, BusinessError &businessErr… in DoDownload() function in OHOS::UpdateEngine::FirmwareManager
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.h | 162 virtual int DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload);
|
H A D | cloud_syncer_extend.cpp | 553 errCode = DoDownload(taskInfo.taskId, isFirstDownload); in PrepareAndDownload()
|
H A D | cloud_syncer.cpp | 1118 int CloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload() function in DistributedDB::CloudSyncer
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession.cpp | 420 int32_t DoDownload(AVMetaData& meta, const std::string uri) in DoDownload() function 462 ret = DoDownload(data, uri); in doMetaDataSetNapi()
|