Home
last modified time | relevance | path

Searched refs:IncrementKernelCrashCount (Results 1 – 7 of 7) sorted by relevance

/system/core/metricsd/uploader/
Dcrash_counters.h30 void IncrementKernelCrashCount();
Dcrash_counters.cc22 void CrashCounters::IncrementKernelCrashCount() { in IncrementKernelCrashCount() function in CrashCounters
Dmetrics_log.h42 void IncrementKernelCrashCount(unsigned int count);
Dmetrics_log.cc73 void MetricsLog::IncrementKernelCrashCount(unsigned int count) { in IncrementKernelCrashCount() function in MetricsLog
Dbn_metricsd_impl.cc84 counters_->IncrementKernelCrashCount(); in recordCrash()
Dupload_service.cc195 GetOrCreateCurrentLog()->IncrementKernelCrashCount(kernel_crashes); in GatherHistograms()
Dupload_service_test.cc206 counters_->IncrementKernelCrashCount(); in TEST_F()