HomeSort by relevance Sort by last modified time
    Searched full:attempt_result (Results 1 - 4 of 4) sorted by null

  /system/update_engine/
metrics.cc 196 AttemptResult attempt_result = AttemptResult::kAbnormalTermination; local
198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
202 static_cast<int>(attempt_result),
216 AttemptResult attempt_result,
293 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
297 static_cast<int>(attempt_result),
metrics.h 266 AttemptResult attempt_result,
payload_state.cc 592 metrics::AttemptResult attempt_result = metrics_utils::GetAttemptResult(code); local
595 switch (attempt_result) {
632 attempt_result,
    [all...]
payload_state.h 217 // exists and, if so, emits it with |attempt_result| set to

Completed in 956 milliseconds