Searched refs:progress_ (Results 1 – 3 of 3) sorted by relevance
80 if (status_ != status || fabs(progress - progress_) > 0.005) { in SendStatusUpdate()83 progress_ = progress; in SendStatusUpdate()119 double progress_{-1.}; member in chromeos_update_engine::__anon1f39b2d70111::SideloadDaemonState
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()[all …]
115 GsiProgress progress_; variable