Home
last modified time | relevance | path

Searched refs:ReportResult (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/call/
Drampup_tests.cc241 void RampUpTester::ReportResult(const std::string& measurement, in ReportResult() function in webrtc::RampUpTester
291 ReportResult("ramp-up-total-packets-sent", total_packets_sent, "packets"); in TriggerTestDone()
292 ReportResult("ramp-up-total-sent", total_sent, "bytes"); in TriggerTestDone()
293 ReportResult("ramp-up-media-sent", media_sent, "bytes"); in TriggerTestDone()
294 ReportResult("ramp-up-padding-sent", padding_sent, "bytes"); in TriggerTestDone()
295 ReportResult("ramp-up-rtx-total-packets-sent", rtx_total_packets_sent, in TriggerTestDone()
297 ReportResult("ramp-up-rtx-total-sent", rtx_total_sent, "bytes"); in TriggerTestDone()
298 ReportResult("ramp-up-rtx-media-sent", rtx_media_sent, "bytes"); in TriggerTestDone()
299 ReportResult("ramp-up-rtx-padding-sent", rtx_padding_sent, "bytes"); in TriggerTestDone()
301 ReportResult("ramp-up-time", ramp_up_finished_ms_ - test_start_ms_, in TriggerTestDone()
[all …]
Drampup_tests.h56 void ReportResult(const std::string& measurement,
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.h60 } ReportResult; typedef
90 ReportResult SendCrashReport(const wstring &url,
Dcrash_report_sender.cc60 ReportResult CrashReportSender::SendCrashReport( in SendCrashReport()