Home | History | Annotate | Download | only in update_engine

Lines Matching full:attempt

167   // Helper called when an attempt has begun, is called by
171 // Increments the payload attempt number used for metrics.
174 // Increments the payload attempt number which governs the backoff behavior
179 // been exhausted during the current payload download attempt (as indicated
180 // by the payload attempt number), then it will increment the payload attempt
191 // payload attempt number.
206 // Collects and reports the various metrics related to an update attempt.
209 // Persists values related to the UpdateEngine.Attempt.* metrics so
210 // we can identify later if an update attempt ends abnormally.
256 // Initializes the payload attempt number from the persisted state.
259 // Initializes the payload attempt number for full payloads from the persisted
263 // Sets the payload attempt number to the given value. Also persists the
268 // Sets the payload attempt number for full updates to the given value. Also
339 // attempt if we're resuming the update.
387 // Sets |num_reboots| for the update attempt. Also persists the
478 // The count of failures encountered in the current attempt to download using
497 // The number of system reboots during an update attempt. Technically since
499 // also records the number of reboots before the next update attempt starts.
523 // update attempt. If we resume an update, we'll continue from the previous
524 // value, but if we get a new response or if the previous attempt failed,
550 // to guarantee that we do not re-update to it on the next au attempt after
554 // The number of bytes downloaded per attempt.
557 // The boot time when the attempt was started.
560 // The monotonic time when the attempt was started.
563 // The connection type when the attempt started.
566 // The attempt error code when the attempt finished.