HomeSort by relevance Sort by last modified time
    Searched refs:attempt_result (Results 1 - 3 of 3) 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...]

Completed in 128 milliseconds