OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failed_upload_count_
(Results
1 - 2
of
2
) sorted by null
/system/core/metricsd/uploader/
upload_service.cc
51
failed_upload_count_
(metrics::kFailedUploadCountName,
163
failed_upload_count_
.Add(1);
178
failed_upload_count_
.Set(0);
229
failed_upload_count_
.Set(0);
245
if (
failed_upload_count_
.Get() > kMaxFailedUpload) {
249
failed_upload_count_
.Set(0);
upload_service.h
167
chromeos_metrics::PersistentInteger
failed_upload_count_
;
member in class:UploadService
Completed in 158 milliseconds