Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.h173 void AttemptStarted(AttemptType attempt_type);
Dpayload_state.cc183 void PayloadState::AttemptStarted(AttemptType attempt_type) { in AttemptStarted() argument
187 attempt_type_ = attempt_type; in AttemptStarted()
208 if (attempt_type == AttemptType::kUpdate) in AttemptStarted()