Home
last modified time | relevance | path

Searched refs:net_log_with_source (Results 1 – 25 of 207) sorted by relevance

123456789

/aosp_15_r20/external/cronet/net/quic/
H A Dbidirectional_stream_quic_impl_unittest.cc764 const NetLogWithSource& net_log_with_source() const { in net_log_with_source() function in net::test::BidirectionalStreamQuicImplTest
846 delegate->Start(&request, net_log_with_source(), in TEST_P()
945 delegate->Start(&request, net_log_with_source(), in TEST_P()
952 delegate2->Start(&request, net_log_with_source(), in TEST_P()
1030 delegate->Start(&request, net_log_with_source(), in TEST_P()
1143 delegate->Start(&request, net_log_with_source(), in TEST_P()
1249 delegate->Start(&request, net_log_with_source(), in TEST_P()
1345 delegate->Start(&request, net_log_with_source(), in TEST_P()
1380 delegate->Start(&request, net_log_with_source(), in TEST_P()
1423 delegate->Start(&request, net_log_with_source(), in TEST_P()
[all …]
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc2057 NetLogWithSource net_log_with_source; in TEST_F() local
2065 .WillOnce(ReturnRef(net_log_with_source)); in TEST_F()
2411 NetLogWithSource net_log_with_source; in TEST_F() local
2417 .WillOnce(ReturnRef(net_log_with_source)); in TEST_F()
2438 NetLogWithSource net_log_with_source; in TEST_F() local
2445 .WillOnce(ReturnRef(net_log_with_source)); in TEST_F()
2462 NetLogWithSource net_log_with_source; in TEST_F() local
2469 .WillOnce(ReturnRef(net_log_with_source)); in TEST_F()
2494 NetLogWithSource net_log_with_source; in TEST_F() local
2501 .WillOnce(ReturnRef(net_log_with_source)); in TEST_F()
[all …]
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_fuzzer.cc114 net::NetLogWithSource net_log_with_source = in LLVMFuzzerTestOneInput() local
137 http_session.get(), session_key, net_log_with_source)); in LLVMFuzzerTestOneInput()
146 net::DEFAULT_PRIORITY, net::SocketTag(), net_log_with_source, in LLVMFuzzerTestOneInput()
H A Dspdy_session_pool_unittest.cc1506 NetLogWithSource net_log_with_source{ in TEST_F() local
1539 /* is_websocket = */ true, net_log_with_source); in TEST_F()
1550 /* is_websocket = */ true, net_log_with_source); in TEST_F()
1554 /* is_websocket = */ true, net_log_with_source); in TEST_F()
1561 /* is_websocket = */ true, net_log_with_source); in TEST_F()
1565 /* is_websocket = */ true, net_log_with_source); in TEST_F()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser_fuzzer.cc39 net::NetLogWithSource net_log_with_source = in LLVMFuzzerTestOneInput() local
55 net_log_with_source); in LLVMFuzzerTestOneInput()
H A Dhttp_auth_sspi_win_unittest.cc217 NetLogWithSource net_log_with_source = in TEST() local
231 net_log_with_source, base::BindOnce(&UnexpectedCallback))); in TEST()
242 net_log_with_source, base::BindOnce(&UnexpectedCallback))); in TEST()
H A Dhttp_cache_unittest.cc1499 NetLogWithSource net_log_with_source = in TEST_F() local
1505 net_log_with_source, &load_timing_info); in TEST_F()
1533 net_log_with_source, &load_timing_info); in TEST_F()
8564 NetLogWithSource net_log_with_source = in TEST_F() local
8568 &headers, net_log_with_source, in TEST_F()
8580 &headers, net_log_with_source, in TEST_F()
9200 NetLogWithSource net_log_with_source = in TEST_F() local
9207 net_log_with_source, &load_timing_info); in TEST_F()
9220 &headers, net_log_with_source, in TEST_F()
9237 NetLogWithSource net_log_with_source = in TEST_F() local
[all …]
H A Dhttp_network_transaction_unittest.cc494 NetLogWithSource net_log_with_source = in SimpleGetHelperForData() local
506 EXPECT_TRUE(net_log_with_source.IsCapturing()); in SimpleGetHelperForData()
507 int rv = trans.Start(&request, callback.callback(), net_log_with_source); in SimpleGetHelperForData()
3630 NetLogWithSource net_log_with_source = in TEST_P() local
3689 int rv = trans->Start(&request, callback1.callback(), net_log_with_source); in TEST_P()
4434 NetLogWithSource net_log_with_source = in TEST_P() local
4495 int rv = trans->Start(&request, callback.callback(), net_log_with_source); in TEST_P()
4547 rv = trans->Start(&request, callback.callback(), net_log_with_source); in TEST_P()
4595 NetLogWithSource net_log_with_source = in TEST_P() local
4700 int rv = trans->Start(&request, callback.callback(), net_log_with_source); in TEST_P()
[all …]
/aosp_15_r20/external/cronet/net/socket/
H A Dclient_socket_pool_base_unittest.cc741 NetLogWithSource net_log_with_source = in TEST_F() local
750 pool_.get(), net_log_with_source)); in TEST_F()
759 net_log_observer_.GetEntriesForSource(net_log_with_source.source()); in TEST_F()
779 NetLogWithSource net_log_with_source = in TEST_F() local
792 pool_.get(), net_log_with_source)); in TEST_F()
799 net_log_observer_.GetEntriesForSource(net_log_with_source.source()); in TEST_F()
1984 NetLogWithSource net_log_with_source = in TEST_F() local
1990 ClientSocketPool::ProxyAuthCallback(), pool_.get(), net_log_with_source); in TEST_F()
1996 pool_.get(), net_log_with_source); in TEST_F()
2001 pool_.get(), net_log_with_source); in TEST_F()
[all …]
/aosp_15_r20/external/cronet/net/log/
H A Dtrace_net_log_observer_unittest.cc243 NetLogWithSource net_log_with_source = in TEST_F() local
246 net_log_with_source.BeginEvent(NetLogEventType::URL_REQUEST_START_JOB); in TEST_F()
247 net_log_with_source.EndEvent(NetLogEventType::URL_REQUEST_START_JOB); in TEST_F()
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dconfigured_proxy_resolution_service_unittest.cc450 NetLogWithSource net_log_with_source = in TEST_F() local
458 callback.callback(), &request, net_log_with_source); in TEST_F()
471 callback.callback(), &request, net_log_with_source); in TEST_F()
485 callback.callback(), &request, net_log_with_source); in TEST_F()
492 callback.callback(), &request, net_log_with_source); in TEST_F()
498 callback.callback(), &request, net_log_with_source); in TEST_F()
521 NetLogWithSource net_log_with_source = in TEST_F() local
528 callback.callback(), &request, net_log_with_source); in TEST_F()
537 callback.callback(), &request, net_log_with_source); in TEST_F()
543 callback.callback(), &request, net_log_with_source); in TEST_F()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/log/
Dnet_log_with_source.o.d1 …ndroid_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/log/net_log_with_source.o: \
3 external/cronet/net/log/net_log_with_source.cc \
4 external/cronet/net/log/net_log_with_source.h \
/aosp_15_r20/external/cronet/net/
H A DBUILD.gn670 "log/net_log_with_source.cc",
671 "log/net_log_with_source.h",
H A DAndroid.bp1145 "log/net_log_with_source.cc",
1841 "log/net_log_with_source.cc",
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/http/
Dhttp_auth_handler_ntlm_portable.o.d953 external/cronet/net/log/net_log_with_source.h \
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/nqe/
Devent_creator.o.d871 external/cronet/net/log/net_log_with_source.h \
Dsocket_watcher_factory.o.d954 external/cronet/net/log/net_log_with_source.h \
Dsocket_watcher.o.d942 external/cronet/net/log/net_log_with_source.h \
Dnetwork_quality_observation.o.d879 external/cronet/net/log/net_log_with_source.h \
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/base/
Dupload_data_stream.o.d927 external/cronet/net/log/net_log_with_source.h \
Delements_upload_data_stream.o.d959 external/cronet/net/log/net_log_with_source.h \
Dchunked_upload_data_stream.o.d928 external/cronet/net/log/net_log_with_source.h \
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/cert/
Dmulti_log_ct_verifier.o.d972 external/cronet/net/log/net_log_with_source.h \
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/socket/
Dsocket_net_log_params.o.d960 external/cronet/net/log/net_log_with_source.h \
/aosp_15_r20/out/soong/.intermediates/external/cronet/net/cronet_aml_net_net/android_arm64_armv8-2a_cortex-a55_static_apex30/obj/external/cronet/net/disk_cache/
Dnet_log_parameters.o.d981 external/cronet/net/log/net_log_with_source.h \

123456789