/aosp_15_r20/external/cronet/net/log/ |
H A D | net_log_with_source.cc | 37 NetLogWithSource::NetLogWithSource() { in NetLogWithSource() function in net::NetLogWithSource 46 static base::NoDestructor<NetLog> dummy{base::PassKey<NetLogWithSource>()}; in NetLogWithSource() 51 NetLogWithSource::~NetLogWithSource() = default; 53 void NetLogWithSource::AddEntry(NetLogEventType type, in AddEntry() 58 void NetLogWithSource::AddEvent(NetLogEventType type) const { in AddEvent() 62 void NetLogWithSource::AddEventWithStringParams(NetLogEventType type, in AddEventWithStringParams() 68 void NetLogWithSource::AddEventWithIntParams(NetLogEventType type, in AddEventWithIntParams() 74 void NetLogWithSource::BeginEventWithIntParams(NetLogEventType type, in BeginEventWithIntParams() 80 void NetLogWithSource::EndEventWithIntParams(NetLogEventType type, in EndEventWithIntParams() 86 void NetLogWithSource::AddEventWithInt64Params(NetLogEventType type, in AddEventWithInt64Params() [all …]
|
H A D | net_log_with_source.h | 20 class NET_EXPORT NetLogWithSource { 22 NetLogWithSource(); 23 ~NetLogWithSource(); 125 static NetLogWithSource Make(NetLog* net_log, NetLogSourceType source_type); 129 static NetLogWithSource Make(NetLogSourceType source_type); 134 static NetLogWithSource Make(NetLog* net_log, const NetLogSource& source); 139 static NetLogWithSource Make(const NetLogSource& source); 147 NetLogWithSource(const NetLogSource& source, NetLog* non_null_net_log) in NetLogWithSource() function
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_manager_unittest.cc | 353 const NetLogWithSource& net_log, in StartGloballyReachableCheck() 500 const NetLogWithSource& net_log, in StartIPv6ReachabilityCheck() 546 NetLogWithSource(), std::nullopt, resolve_context_.get())); in TEST_F() 574 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt, in TEST_F() 602 NetLogWithSource(), std::nullopt, resolve_context_.get())); in TEST_F() 615 NetLogWithSource(), std::nullopt, resolve_context_.get())); in TEST_F() 618 NetLogWithSource(), std::nullopt, resolve_context_.get())); in TEST_F() 633 NetLogWithSource(), std::nullopt, resolve_context_.get())); in TEST_F() 645 NetLogWithSource(), std::nullopt, resolve_context_.get())); in TEST_F() 663 HostPortPair("host", 80), NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() [all …]
|
H A D | mapped_host_resolver_unittest.cc | 58 NetworkAnonymizationKey(), NetLogWithSource(), in TEST() 73 NetLogWithSource(), std::nullopt); in TEST() 85 NetLogWithSource(), std::nullopt); in TEST() 99 NetLogWithSource(), std::nullopt); in TEST() 122 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST() 151 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST() 177 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST() 203 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST() 228 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST() 263 NetworkAnonymizationKey(), NetLogWithSource(), in TEST() [all …]
|
H A D | host_resolver_system_task.h | 96 const NetLogWithSource& job_net_log = NetLogWithSource(), 105 const NetLogWithSource& job_net_log = NetLogWithSource(), 116 const NetLogWithSource& job_net_log = NetLogWithSource(), 166 NetLogWithSource net_log_;
|
H A D | host_resolver_manager.h | 157 NetLogWithSource net_log, 163 NetLogWithSource net_log, 178 NetLogWithSource net_log, 319 const NetLogWithSource& source_net_log, 345 const NetLogWithSource& source_net_log, 362 const NetLogWithSource& source_net_log); 384 const NetLogWithSource& source_net_log, 395 const NetLogWithSource& source_net_log); 444 int StartIPv6ReachabilityCheck(const NetLogWithSource& net_log, 462 const NetLogWithSource& net_log,
|
H A D | context_host_resolver_unittest.cc | 132 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 164 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST_F() 187 NetworkAnonymizationKey(), NetLogWithSource(), std::nullopt); in TEST_F() 217 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 320 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 328 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 370 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 404 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 458 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() 493 NetworkAnonymizationKey(), NetLogWithSource(), in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | client_socket_pool_base_unittest.cc | 154 : net_log_(NetLogWithSource::Make(net_log, NetLogSourceType::SOCKET)) {} in MockClientSocket() 208 const NetLogWithSource& NetLog() const override { return net_log_; } in NetLog() 222 NetLogWithSource net_log_; 741 NetLogWithSource net_log_with_source = in TEST_F() 742 NetLogWithSource::Make(NetLogSourceType::NONE); in TEST_F() 779 NetLogWithSource net_log_with_source = in TEST_F() 780 NetLogWithSource::Make(NetLogSourceType::NONE); in TEST_F() 915 pool_.get(), NetLogWithSource()), in TEST_F() 936 pool_.get(), NetLogWithSource()), in TEST_F() 1281 pool_.get(), NetLogWithSource())); in TEST_F() [all …]
|
H A D | transport_client_socket_pool_unittest.cc | 236 pool_.get(), NetLogWithSource()); in TEST_F() 261 pool_.get(), NetLogWithSource())); in TEST_F() 280 pool_.get(), NetLogWithSource())); in TEST_F() 295 pool_.get(), NetLogWithSource()); in TEST_F() 304 NetLogWithSource()); in TEST_F() 313 NetLogWithSource()); in TEST_F() 322 NetLogWithSource()); in TEST_F() 331 NetLogWithSource()); in TEST_F() 340 pool_.get(), NetLogWithSource()); in TEST_F() 370 NetLogWithSource()); in TEST_F() [all …]
|
H A D | websocket_transport_client_socket_pool.h | 75 const NetLogWithSource& net_log) override; 82 const NetLogWithSource& net_log) override; 115 const NetLogWithSource& request_net_log); 137 const NetLogWithSource& request_net_log() { return request_net_log_; } in request_net_log() 138 const NetLogWithSource& connect_job_net_log(); 146 const NetLogWithSource request_net_log_; 160 const NetLogWithSource& net_log); 171 const NetLogWithSource net_log; 201 const NetLogWithSource& net_log);
|
H A D | websocket_transport_client_socket_pool_unittest.cc | 179 &pool_, NetLogWithSource()); in TEST_F() 203 &pool_, NetLogWithSource())); in TEST_F() 223 &pool_, NetLogWithSource())); in TEST_F() 242 NetLogWithSource())); in TEST_F() 257 NetLogWithSource())); in TEST_F() 341 NetLogWithSource())); in TEST_F() 357 NetLogWithSource())); in TEST_F() 364 &pool_, NetLogWithSource())); in TEST_F() 383 NetLogWithSource())); in TEST_F() 394 &pool_, NetLogWithSource())); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session_pool_unittest.cc | 138 is_websocket, NetLogWithSource())); in TryCreateAliasedSpdySession() 147 key, enable_ip_based_pooling, is_websocket, NetLogWithSource(), in TryCreateAliasedSpdySession() 170 NetLogWithSource(), in TryCreateAliasedSpdySession() 262 CreateSpdySession(http_session_.get(), test_key, NetLogWithSource()); in TEST_F() 273 NetLogWithSource()); in TEST_F() 309 CreateSpdySession(http_session_.get(), key1, NetLogWithSource()); in TEST_F() 311 SPDY_BIDIRECTIONAL_STREAM, session1, url1, MEDIUM, NetLogWithSource()); in TEST_F() 325 CreateSpdySession(http_session_.get(), key2, NetLogWithSource()); in TEST_F() 327 SPDY_BIDIRECTIONAL_STREAM, session2, url2, MEDIUM, NetLogWithSource()); in TEST_F() 342 CreateSpdySession(http_session_.get(), key3, NetLogWithSource()); in TEST_F() [all …]
|
H A D | spdy_http_stream_unittest.cc | 92 int InitInternal(const NetLogWithSource& net_log) override { return OK; } in InitInternal() 177 session_ = CreateSpdySession(http_session_.get(), key_, NetLogWithSource()); in InitSession() 220 NetLogWithSource net_log; in TEST_P() 283 NetLogWithSource net_log; in TEST_P() 353 NetLogWithSource net_log; in TEST_P() 463 NetLogWithSource()), in TEST_P() 469 NetLogWithSource net_log; in TEST_P() 522 NetLogWithSource()), in TEST_P() 528 NetLogWithSource net_log; in TEST_P() 580 NetLogWithSource()), in TEST_P() [all …]
|
H A D | spdy_session_unittest.cc | 353 NetLogWithSource net_log_with_source_{ 354 NetLogWithSource::Make(NetLogSourceType::NONE)}; 445 test_url_, MEDIUM, NetLogWithSource()); in TEST_F() 456 NetLogWithSource(), callback1.MakeCallback(), in TEST_F() 464 NetLogWithSource(), callback2.callback(), in TEST_F() 542 test_url_, MEDIUM, NetLogWithSource()); in TEST_F() 548 test_url_, MEDIUM, NetLogWithSource()); in TEST_F() 611 test_url_, MEDIUM, NetLogWithSource()); in TEST_F() 628 test_url_, MEDIUM, NetLogWithSource()); in TEST_F() 671 test_url_, MEDIUM, NetLogWithSource()); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/proxy_resolution/ |
H A D | multi_threaded_proxy_resolver_unittest.cc | 61 const NetLogWithSource& net_log) override { in GetProxyForURL() 154 const NetLogWithSource& net_log) override { in GetProxyForURL() 285 NetLogWithSource::Make(NetLogSourceType::NONE)); in TEST_F() 308 callback1.callback(), nullptr, NetLogWithSource()); in TEST_F() 315 callback2.callback(), nullptr, NetLogWithSource()); in TEST_F() 322 callback3.callback(), nullptr, NetLogWithSource()); in TEST_F() 358 NetLogWithSource log_with_source0 = in TEST_F() 359 NetLogWithSource::Make(NetLogSourceType::NONE); in TEST_F() 369 NetLogWithSource log_with_source1 = in TEST_F() 370 NetLogWithSource::Make(NetLogSourceType::NONE); in TEST_F() [all …]
|
H A D | configured_proxy_resolution_service_unittest.cc | 414 NetLogWithSource::Make(NetLogSourceType::NONE)); in TEST_F() 450 NetLogWithSource net_log_with_source = in TEST_F() 451 NetLogWithSource::Make(NetLogSourceType::NONE); in TEST_F() 462 EXPECT_TRUE(info.Fallback(ERR_PROXY_CONNECTION_FAILED, NetLogWithSource())); in TEST_F() 521 NetLogWithSource net_log_with_source = in TEST_F() 522 NetLogWithSource::Make(NetLogSourceType::NONE); in TEST_F() 572 NetLogWithSource::Make(NetLogSourceType::NONE)); in TEST_F() 637 NetLogWithSource()); in TEST_F() 642 NetLogWithSource()); in TEST_F() 701 NetLogWithSource()); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth_handler_factory_unittest.cc | 52 const NetLogWithSource& net_log, in CreateAuthHandler() 89 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 98 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 103 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 112 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 117 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 124 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 133 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 138 NetworkAnonymizationKey(), scheme_host_port, NetLogWithSource(), in TEST() 157 NetworkAnonymizationKey(), server_scheme_host_port, NetLogWithSource(), in TEST() [all …]
|
H A D | http_stream_factory_unittest.cc | 141 const NetLogWithSource& net_log, in InitializeStream() 460 const NetLogWithSource& net_log) override { in RequestSocket() 471 const NetLogWithSource& net_log) override { in RequestSockets() 767 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() 822 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() 916 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() 1095 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() 1104 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() 1114 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() 1163 /* enable_alternative_services = */ true, NetLogWithSource())); in TEST_F() [all …]
|
H A D | http_transaction_test_util_unittest.cc | 86 NetLogWithSource()), in TEST_F() 116 NetLogWithSource()), in TEST_F() 139 NetLogWithSource()), in TEST_F() 154 NetLogWithSource()), in TEST_F() 169 NetLogWithSource()), in TEST_F() 189 NetLogWithSource()), in TEST_F() 216 NetLogWithSource()), in TEST_F() 242 NetLogWithSource()), in TEST_F() 267 NetLogWithSource()), in TEST_F() 289 NetLogWithSource()), in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | chunked_upload_data_stream_unittest.cc | 48 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 73 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 97 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 115 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 146 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 177 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 201 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 233 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 257 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() 276 stream.Init(TestCompletionCallback().callback(), NetLogWithSource()), in TEST() [all …]
|
H A D | elements_upload_data_stream_unittest.cc | 166 ASSERT_THAT(stream->Init(CompletionOnceCallback(), NetLogWithSource()), in TEST_F() 180 ASSERT_THAT(stream->Init(CompletionOnceCallback(), NetLogWithSource()), in TEST_F() 210 ASSERT_THAT(stream->Init(init_callback.callback(), NetLogWithSource()), in TEST_F() 247 ASSERT_THAT(stream->Init(init_callback.callback(), NetLogWithSource()), in TEST_F() 289 ASSERT_THAT(stream->Init(CompletionOnceCallback(), NetLogWithSource()), in TEST_F() 326 ASSERT_THAT(stream->Init(init_callback.callback(), NetLogWithSource()), in TEST_F() 369 ASSERT_THAT(stream->Init(init_callback.callback(), NetLogWithSource()), in TEST_F() 420 ASSERT_THAT(stream->Init(callback.callback(), NetLogWithSource()), in TEST_F() 438 ASSERT_THAT(stream->Init(callback.callback(), NetLogWithSource()), in TEST_F() 460 ASSERT_THAT(stream->Init(callback.callback(), NetLogWithSource()), in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | coalescing_cert_verifier_unittest.cc | 58 &request1, NetLogWithSource()); in TEST_F() 95 &request1, NetLogWithSource()); in TEST_F() 106 &request2, NetLogWithSource()); in TEST_F() 158 &request1, NetLogWithSource()); in TEST_F() 173 &request2, NetLogWithSource()); in TEST_F() 225 &request1, NetLogWithSource()); in TEST_F() 238 &request2, NetLogWithSource()); in TEST_F() 304 &request1, NetLogWithSource()); in TEST_F() 310 &request2, NetLogWithSource()); in TEST_F() 370 &request1, NetLogWithSource()); in TEST_F() [all …]
|
H A D | cert_verify_proc_android_unittest.cc | 105 NetLogWithSource())); in TEST_F() 121 NetLogWithSource())); in TEST_F() 152 NetLogWithSource())); in TEST_F() 175 NetLogWithSource())); in TEST_F() 195 NetLogWithSource())); in TEST_F() 215 NetLogWithSource())); in TEST_F() 251 NetLogWithSource())); in TEST_F() 282 NetLogWithSource())); in TEST_F() 311 NetLogWithSource())); in TEST_F() 336 NetLogWithSource())); in TEST_F()
|
H A D | caching_cert_verifier_unittest.cc | 63 &verify_result, callback.callback(), &request, NetLogWithSource())); in TEST_F() 73 &verify_result, callback.callback(), &request, NetLogWithSource()); in TEST_F() 115 &verify_result, callback.callback(), &request, NetLogWithSource())); in TEST_F() 127 &verify_result, callback.callback(), &request, NetLogWithSource()); in TEST_F() 179 &verify_result, callback.callback(), &request, NetLogWithSource())); in TEST_F() 189 &verify_result, callback.callback(), &request, NetLogWithSource())); in TEST_F() 267 &verify_result, callback.callback(), &request, NetLogWithSource()); in TEST_P() 280 &verify_result, callback.callback(), &request, NetLogWithSource()); in TEST_P() 305 &verify_result, callback.callback(), &request, NetLogWithSource()); in TEST_P() 325 &verify_result, callback.callback(), &request, NetLogWithSource()); in TEST_P() [all …]
|
H A D | test_root_certs_unittest.cc | 118 &bad_verify_result, NetLogWithSource()); in TEST_P() 136 NetLogWithSource()); in TEST_P() 151 NetLogWithSource()); in TEST_P() 184 &good_verify_result, NetLogWithSource()); in TEST_P() 203 &restored_verify_result, NetLogWithSource()); in TEST_P() 232 &bad_verify_result, NetLogWithSource()); in TEST_P() 251 NetLogWithSource()); in TEST_P() 273 NetLogWithSource()); in TEST_P() 286 NetLogWithSource()); in TEST_P()
|