Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_common.h33 struct DownloadProgressObj : public Parcelable { struct
34 enum Status : int32_t {
40 enum DownloadErrorType : int32_t {
68 static DownloadProgressObj *Unmarshalling(Parcel &parcel); argument