Home
last modified time | relevance | path

Searched refs:batchDownloadSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp46 if (!parcel.WriteInt64(batchDownloadSize)) { in MarshallingBatch()
218 if (!parcel.ReadInt64(batchDownloadSize)) { in ReadBatchFromParcel()
296 ss << " batchDownloadSize: " << batchDownloadSize; in to_string()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_common.h57 int64_t batchDownloadSize; member
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp119 …j.AddProp("downloadedSize", NVal::CreateInt64(env, msg->downloadProgress_.batchDownloadSize).val_); in OnComplete()