Home
last modified time | relevance | path

Searched defs:staged_log (Results 1 – 6 of 6) sorted by relevance

/external/cronet/components/metrics/
Dmetrics_reporting_service.cc93 const std::string& staged_log) {} in LogSuccessMetadata()
Dreporting_service.h108 virtual void LogSuccessMetadata(const std::string& staged_log) {} in LogSuccessMetadata()
Dreporting_service.cc222 const std::string& staged_log = log_store()->staged_log(); in OnLogUploadComplete() local
Dmetrics_log_store.cc143 const std::string& MetricsLogStore::staged_log() const { in staged_log() function in metrics::MetricsLogStore
Dreporting_service_unittest.cc53 const std::string& staged_log() const override { return logs_.front().log; } in staged_log() function in metrics::__anona32151080111::TestLogStore
Dunsent_log_store.cc205 const std::string& UnsentLogStore::staged_log() const { in staged_log() function in metrics::UnsentLogStore