Searched refs:WithReportBlock (Results 1 – 10 of 10) sorted by relevance
95 rr.WithReportBlock(rb); in TEST_F()120 EXPECT_TRUE(rr.WithReportBlock(rb1)); in TEST_F()121 EXPECT_TRUE(rr.WithReportBlock(rb2)); in TEST_F()138 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST_F()141 EXPECT_FALSE(rr.WithReportBlock(rb)); in TEST_F()
37 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()68 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()90 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()121 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
36 bool WithReportBlock(const ReportBlock& block);
79 bool ReceiverReport::WithReportBlock(const ReportBlock& block) { in WithReportBlock() function in webrtc::rtcp::ReceiverReport
200 rr.WithReportBlock(rb); in TEST_F()223 rr.WithReportBlock(rb); in TEST_F()258 rr1.WithReportBlock(rb1); in TEST_F()259 rr1.WithReportBlock(rb2); in TEST_F()281 rr2.WithReportBlock(rb3); in TEST_F()282 rr2.WithReportBlock(rb4); in TEST_F()321 rr1.WithReportBlock(rb1); in TEST_F()344 rr2.WithReportBlock(rb2); in TEST_F()378 rr.WithReportBlock(rb); in TEST_F()490 rr.WithReportBlock(rb1); in TEST_F()[all …]
74 EXPECT_TRUE(sr.WithReportBlock(rb)); in TEST()93 EXPECT_TRUE(sr.WithReportBlock(rb1)); in TEST()94 EXPECT_TRUE(sr.WithReportBlock(rb2)); in TEST()113 EXPECT_TRUE(sr.WithReportBlock(rb)); in TEST()116 EXPECT_FALSE(sr.WithReportBlock(rb)); in TEST()311 EXPECT_TRUE(rr.WithReportBlock(rb)); in TEST()
177 bool WithReportBlock(const ReportBlock& block);
488 report->WithReportBlock(it.second); in BuildSR()513 report->WithReportBlock(it.second); in BuildRR()
407 bool SenderReport::WithReportBlock(const ReportBlock& block) { in WithReportBlock() function in webrtc::rtcp::SenderReport
361 sender_report.WithReportBlock(report_block); in GenerateRtcpPacket()