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 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()
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/ |
H A D | OHAVMetadataBuilder.h | 49 static int32_t DoDownload(AVMetaData& meta, const std::string uri);
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/ |
H A D | OHAVMetadataBuilder.cpp | 140 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 D | cloud_syncer.h | 162 virtual int DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload);
|
H A D | cloud_syncer_extend.cpp | 572 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 1133 LOGE("[DoDownload] Cannot get cloud watermark : %d.", ret); in DoDownload()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession.cpp | 416 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