Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dpayload_state.cc76 attempt_type_(AttemptType::kUpdate) { in PayloadState()
197 attempt_type_ = attempt_type; in AttemptStarted()
240 switch (attempt_type_) { in UpdateSucceeded()
274 switch (attempt_type_) { in UpdateFailed()
H A Dpayload_state.h585 AttemptType attempt_type_; variable