OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attempt_result
(Results
1 - 2
of
2
) 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
),
payload_state.cc
592
metrics::AttemptResult
attempt_result
= metrics_utils::GetAttemptResult(code);
local
595
switch (
attempt_result
) {
632
attempt_result
,
[
all
...]
Completed in 303 milliseconds