Home
last modified time | relevance | path

Searched refs:batchTotalNum (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.cpp62 if (!parcel.WriteInt64(batchTotalNum)) { in MarshallingBatch()
234 if (!parcel.ReadInt64(batchTotalNum)) { in ReadBatchFromParcel()
300 ss << " batchTotalNum: " << batchTotalNum << "]"; in to_string()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_common.h61 int64_t batchTotalNum; member
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp123 obj.AddProp("totalNum", NVal::CreateInt64(env, msg->downloadProgress_.batchTotalNum).val_); in OnComplete()