Searched refs:CountWriteBytes (Results 1 – 7 of 7) sorted by relevance
/external/cronet/net/url_request/ |
D | url_request_http_job_unittest.cc | 243 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 290 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 337 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 412 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 438 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 465 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 497 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 551 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 576 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() 602 EXPECT_EQ(CountWriteBytes(writes), request->GetTotalSentBytes()); in TEST_F() [all …]
|
/external/cronet/net/http/ |
D | bidirectional_stream_unittest.cc | 512 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 736 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 823 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 976 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 1039 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 1125 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 1200 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 1274 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 1337 CountWriteBytes(base::make_span(writes).first(std::size(writes) - 1)), in TEST_F() 1396 CountWriteBytes(base::make_span(writes).first(std::size(writes) - 1)), in TEST_F() [all …]
|
D | http_stream_parser_unittest.cc | 154 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 200 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 463 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 496 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 529 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 562 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 602 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 656 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 741 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() 818 EXPECT_EQ(CountWriteBytes(writes), parser.sent_bytes()); in TEST() [all …]
|
D | http_network_transaction_unittest.cc | 592 EXPECT_EQ(CountWriteBytes(data_writes), out.total_sent_bytes); in SimpleGetHelper() 3001 int64_t writes_size1 = CountWriteBytes(data_writes1); in TEST_F() 3027 int64_t writes_size2 = CountWriteBytes(data_writes2); in TEST_F() 3106 int64_t writes_size1 = CountWriteBytes(data_writes1); in TEST_F() 3137 int64_t writes_size2 = CountWriteBytes(data_writes2); in TEST_F() 3257 int64_t writes_size = CountWriteBytes(data_writes); in TEST_F() 3353 int64_t writes_size = CountWriteBytes(data_writes); in TEST_F() 19911 EXPECT_EQ(CountWriteBytes(data_writes), trans.GetTotalSentBytes()); in TEST_F() 19955 EXPECT_EQ(CountWriteBytes(data_writes), trans.GetTotalSentBytes()); in TEST_F() 20003 EXPECT_EQ(CountWriteBytes(data_writes), trans.GetTotalSentBytes()); in TEST_F()
|
/external/cronet/net/spdy/ |
D | bidirectional_stream_spdy_impl_unittest.cc | 342 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F() 444 EXPECT_EQ(CountWriteBytes(base::make_span(writes, 1u)), in TEST_F() 518 EXPECT_EQ(CountWriteBytes(base::make_span(writes, 1u)), in TEST_P() 594 EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes()); in TEST_F()
|
/external/cronet/net/socket/ |
D | socket_test_util.h | 1396 int64_t CountWriteBytes(base::span<const MockWrite> writes);
|
D | socket_test_util.cc | 2153 int64_t CountWriteBytes(base::span<const MockWrite> writes) { in CountWriteBytes() function
|