Home
last modified time | relevance | path

Searched defs:DownloadInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/download/data/include/
H A Ddownload_info.h27 struct DownloadInfo { struct
47 bool operator<(const DownloadInfo &downloadInfo) const argument
58 return std::string("DownloadInfo: ") in ToString() argument
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_source.h62 typedef struct DownloadInfo { struct
67 } DownloadInfo; typedef
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Dmod.rs225 struct DownloadInfo { struct
231 impl DownloadInfo { impl
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dmod.rs224 struct DownloadInfo { struct
230 impl DownloadInfo { implementation
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h291 struct DownloadInfo { struct
292 uint32_t downloadId;
294 std::string fileName;
295 std::string filePath;
296 PausedReason pausedReason;
297 DownloadStatus status;
298 std::string url;
299 std::string downloadTitle;
300 int64_t downloadTotalBytes;
301 std::string description;
[all …]