Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(834)

Unified Diff: webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h

Issue 2666533002: Add probe logging to RtcEventLog. (Closed)
Patch Set: Rebase + format Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
diff --git a/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h b/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
index 5efb8c8bda9224d8cb77bae5ccecf277f07344ee..0ca2d62d26ce15ec4e6e66ec5149fe7bca9c3f01 100644
--- a/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
+++ b/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
@@ -69,6 +69,23 @@ class RtcEventLogTestHelper {
size_t index);
static void VerifyLogEndEvent(const ParsedRtcEventLog& parsed_log,
size_t index);
+
+ static void VerifyBweProbeCluster(const ParsedRtcEventLog& parsed_log,
+ size_t index,
+ uint32_t id,
+ uint32_t bitrate_bps,
+ uint32_t min_probes,
+ uint32_t min_bytes);
+
+ static void VerifyProbeResultSuccess(const ParsedRtcEventLog& parsed_log,
+ size_t index,
+ uint32_t id,
+ uint32_t bitrate_bps);
+
+ static void VerifyProbeResultFailure(const ParsedRtcEventLog& parsed_log,
+ size_t index,
+ uint32_t id,
+ ProbeFailureReason failure_reason);
};
} // namespace webrtc
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc ('k') | webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698