Lines Matching refs:progress_
70 progress_ = {}; in GsiService()
176 progress_ = {}; in createPartition()
202 progress_.step = step; in StartAsyncOperation()
203 progress_.status = STATUS_WORKING; in StartAsyncOperation()
204 progress_.bytes_processed = 0; in StartAsyncOperation()
205 progress_.total_bytes = total_bytes; in StartAsyncOperation()
211 progress_.status = status; in UpdateProgress()
213 progress_.bytes_processed = progress_.total_bytes; in UpdateProgress()
215 progress_.bytes_processed = bytes_processed; in UpdateProgress()
224 progress_ = {}; in getInstallProgress()
226 *_aidl_return = progress_; in getInstallProgress()