Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp238 int32_t tempBatchState = 0; in ReadBatchFromParcel() local
239 if (!parcel.ReadInt32(tempBatchState)) { in ReadBatchFromParcel()
243 batchState = static_cast<Status>(tempBatchState); in ReadBatchFromParcel()