Home
last modified time | relevance | path

Searched refs:CountWriteBytes (Results 1 – 7 of 7) sorted by relevance

/external/cronet/net/url_request/
Durl_request_http_job_unittest.cc243 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/
Dbidirectional_stream_unittest.cc512 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 …]
Dhttp_stream_parser_unittest.cc154 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 …]
Dhttp_network_transaction_unittest.cc592 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/
Dbidirectional_stream_spdy_impl_unittest.cc342 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/
Dsocket_test_util.h1396 int64_t CountWriteBytes(base::span<const MockWrite> writes);
Dsocket_test_util.cc2153 int64_t CountWriteBytes(base::span<const MockWrite> writes) { in CountWriteBytes() function