Home
last modified time | relevance | path

Searched refs:DoDownload (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_syncer.cpp24 int VirtualCloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload() function in DistributedDB::VirtualCloudSyncer
33 return CloudSyncer::DoDownload(taskId, isFirstDownload); in DoDownload()
H A Dvirtual_cloud_syncer.h25 int DoDownload(TaskId taskId, bool isFirstDownload) override;
H A Dcloud_syncer_test.h149 return CloudSyncer::DoDownload(taskId, true); in CallDoDownload()
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H A DOHAVMetadataBuilder.h49 static int32_t DoDownload(AVMetaData& meta, const std::string uri);
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVMetadataBuilder.cpp140 SLOGI("DoDownload curl easy_perform failure: %{public}s\n", curl_easy_strerror(res)); in CurlSetRequestOptions()
147 SLOGI("DoDownload Http result " "%{public}" PRId64, httpCode); in CurlSetRequestOptions()
170 SLOGD("DoDownload get size %{public}d", static_cast<int>(imgBuffer.size()));
174 SLOGE("DoDownload create imageSource fail: %{public}u", errorCode);
180 SLOGE("DoDownload creatPix fail: %{public}u, %{public}d", errorCode, static_cast<int>(pixelMap != nullptr));
188 int32_t OHAVMetadataBuilder::DoDownload(AVMetaData& metadata, const std::string uri) in DoDownload() function in OHAVMetadataBuilder
193 SLOGI("DoDownload success"); in DoDownload()
244 DoDownload(*metadata, mediaImageUri_); in GenerateAVMetadata()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h162 virtual int DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload);
H A Dcloud_syncer_extend.cpp572 errCode = DoDownload(taskInfo.taskId, isFirstDownload); in PrepareAndDownload()
H A Dcloud_syncer.cpp1118 int CloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload() function in DistributedDB::CloudSyncer
1133 LOGE("[DoDownload] Cannot get cloud watermark : %d.", ret); in DoDownload()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession.cpp416 int32_t DoDownload(AVMetaData& meta, const std::string uri) in DoDownload() function
418 SLOGI("DoDownload with title %{public}s", meta.GetTitle().c_str()); in DoDownload()
422 SLOGI("DoDownload with ret %{public}d, %{public}d", static_cast<int>(ret), static_cast<int>(pixelMap == nullptr)); in DoDownload()
424 SLOGI("DoDownload success"); in DoDownload()
457 ret = DoDownload(data, uri); in doMetaDataSetNapi()
458 SLOGI("DoDownload complete with ret %{public}d", ret); in doMetaDataSetNapi()
461 SLOGE("DoDownload failed but not repeat setmetadata again"); in doMetaDataSetNapi()

Completed in 14 milliseconds