Home
last modified time | relevance | path

Searched refs:net_log (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/log/
H A Dnet_log_unittest.cc184 net_log.Clear(); in TEST()
193 if (net_log()) in ~CountingObserver()
210 if (net_log()) in ~LoggingObserver()
336 TestNetLog net_log; in TEST() local
357 TestNetLog net_log; in TEST() local
368 EXPECT_EQ(&net_log, observer.net_log()); in TEST()
389 EXPECT_EQ(&net_log, observer.net_log()); in TEST()
404 EXPECT_EQ(&net_log, observer[0].net_log()); in TEST()
411 EXPECT_EQ(&net_log, observer[0].net_log()); in TEST()
412 EXPECT_EQ(&net_log, observer[1].net_log()); in TEST()
[all …]
H A Dtrace_net_log_observer_unittest.cc206 auto entries = net_log()->GetEntries(); in TEST_F()
217 entries = net_log()->GetEntries(); in TEST_F()
432 TestNetLog net_log; in TEST() local
433 observer.WatchForTraceStart(&net_log); in TEST()
435 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
439 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
441 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
449 TestNetLog net_log; in TEST() local
452 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
456 EXPECT_TRUE(net_log.IsCapturing()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/log/
H A Dnet_log_unittest.cc184 net_log.Clear(); in TEST()
193 if (net_log()) in ~CountingObserver()
210 if (net_log()) in ~LoggingObserver()
334 TestNetLog net_log; in TEST() local
355 TestNetLog net_log; in TEST() local
366 EXPECT_EQ(&net_log, observer.net_log()); in TEST()
387 EXPECT_EQ(&net_log, observer.net_log()); in TEST()
402 EXPECT_EQ(&net_log, observer[0].net_log()); in TEST()
409 EXPECT_EQ(&net_log, observer[0].net_log()); in TEST()
410 EXPECT_EQ(&net_log, observer[1].net_log()); in TEST()
[all …]
H A Dtrace_net_log_observer_unittest.cc226 auto entries = net_log()->GetEntries(); in TEST_F()
237 entries = net_log()->GetEntries(); in TEST_F()
454 TestNetLog net_log; in TEST() local
455 observer.WatchForTraceStart(&net_log); in TEST()
457 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
461 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
463 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
471 TestNetLog net_log; in TEST() local
474 EXPECT_FALSE(net_log.IsCapturing()); in TEST()
478 EXPECT_TRUE(net_log.IsCapturing()); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/nqe/
H A Devent_creator_unittest.cc31 RecordingBoundTestNetLog net_log; in TEST() local
33 EventCreator event_creator(net_log.bound()); in TEST()
41 EXPECT_EQ(1, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
46 EXPECT_EQ(1, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
51 EXPECT_EQ(2, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
60 EXPECT_EQ(2, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
68 EXPECT_EQ(3, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
76 EXPECT_EQ(4, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
84 EXPECT_EQ(5, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
90 EXPECT_EQ(5, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/nqe/
H A Devent_creator_unittest.cc31 RecordingBoundTestNetLog net_log; in TEST() local
33 EventCreator event_creator(net_log.bound()); in TEST()
41 EXPECT_EQ(1, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
46 EXPECT_EQ(1, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
51 EXPECT_EQ(2, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
60 EXPECT_EQ(2, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
68 EXPECT_EQ(3, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
76 EXPECT_EQ(4, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
84 EXPECT_EQ(5, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
90 EXPECT_EQ(5, GetNetworkQualityChangedEntriesCount(&net_log)); in TEST()
[all …]
/dports/net/netembryo/netembryo-0.1.1/wsocket/
H A DSock.c115 net_log(NET_LOG_FATAL, in Sock_accept()
139 net_log(NET_LOG_ERR, in Sock_accept()
149 net_log(NET_LOG_FATAL, in Sock_accept()
178 net_log(NET_LOG_FATAL, in Sock_accept()
241 net_log(NET_LOG_FATAL, in Sock_bind()
278 net_log(NET_LOG_DEBUG, in Sock_bind()
412 net_log(NET_LOG_ERR, in Sock_connect()
431 net_log(NET_LOG_ERR, in Sock_connect()
443 net_log(NET_LOG_ERR, in Sock_connect()
461 net_log(NET_LOG_ERR, in Sock_connect()
[all …]
H A Dssl.c50 net_log(NET_LOG_ERR,"Creation of a new SSL_CTX object failed"); in Sock_init_ctx()
56 net_log(NET_LOG_ERR,"Failure in reading certificate file"); in Sock_init_ctx()
62 net_log(NET_LOG_ERR,"Failure in reading key file"); in Sock_init_ctx()
68 net_log(NET_LOG_ERR,"Failure in reading CA list"); in Sock_init_ctx()
101 net_log(NET_LOG_ERR, "Sock SSL_connect: SSL_new() failed.\n"); in SSL_sock_accept()
106 net_log(NET_LOG_ERR,"Operation failed\n"); in SSL_sock_accept()
111 net_log(NET_LOG_ERR,"SSL accept error"); in SSL_sock_accept()
135 net_log(NET_LOG_ERR,"Shutdown failed"); in SSL_close_connection()
177 net_log(NET_LOG_ERR, "sock_SSL_connect: !ssl_ctx\n"); in sock_SSL_connect()
184 net_log(NET_LOG_ERR, "sock_SSL_connect: SSL_new() failed.\n"); in sock_SSL_connect()
[all …]
H A Dsocket.c91 net_log(NET_LOG_ERR, "SCTP protocol not compiled in\n"); in sock_bind()
102 net_log(NET_LOG_ERR, "Unknown socket type specified\n"); in sock_bind()
108 net_log(NET_LOG_ERR, "%s\n", gai_strerror(n)); in sock_bind()
130 net_log(NET_LOG_ERR, "setsockopts(SCTP_EVENTS) error in sctp_open.\n"); in sock_bind()
140 net_log(NET_LOG_ERR, "setsockopts(SCTP_INITMSG) error in sctp_open.\n"); in sock_bind()
147 net_log(NET_LOG_ERR, in sock_bind()
205 net_log(NET_LOG_FATAL, "SCTP protocol not compiled in\n"); in sock_connect()
216 net_log(NET_LOG_ERR, "Unknown socket type specified\n"); in sock_connect()
222 net_log(NET_LOG_ERR, "%s\n", gai_strerror(n)); in sock_connect()
245 net_log(NET_LOG_ERR, "setsockopts(SCTP_EVENTS) error in sock_connect.\n"); in sock_connect()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Dmulti_threaded_cert_verifier.cc41 NetLogWithSource net_log; member
70 const NetLogWithSource& net_log) { in DoVerifyOnWorkerThread() argument
73 verify_result->net_log = net_log; in DoVerifyOnWorkerThread()
78 additional_trust_anchors, &verify_result->result, net_log); in DoVerifyOnWorkerThread()
124 const NetLogWithSource net_log(NetLogWithSource::Make( in Start() local
125 caller_net_log.net_log(), NetLogSourceType::CERT_VERIFIER_TASK)); in Start()
126 net_log.BeginEvent(NetLogEventType::CERT_VERIFIER_TASK); in Start()
128 NetLogEventType::CERT_VERIFIER_TASK_BOUND, net_log.source()); in Start()
142 config.additional_trust_anchors, net_log), in Start()
152 verify_result->net_log.EndEvent(NetLogEventType::CERT_VERIFIER_TASK); in OnJobComplete()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/proxy_resolution/win/
H A Dwindows_system_proxy_resolution_service.cc43 WindowsSystemProxyResolutionService::Create(NetLog* net_log) { in Create() argument
47 return base::WrapUnique(new WindowsSystemProxyResolutionService(net_log)); in Create()
51 NetLog* net_log) in WindowsSystemProxyResolutionService() argument
52 : create_proxy_resolver_function_for_testing_(nullptr), net_log_(net_log) {} in WindowsSystemProxyResolutionService()
77 const NetLogWithSource& net_log) { in ResolveProxy() argument
82 net_log.BeginEvent(NetLogEventType::PROXY_RESOLUTION_SERVICE); in ResolveProxy()
86 return DidFinishResolvingProxy(url, method, results, ERR_FAILED, net_log); in ResolveProxy()
89 this, url, method, results, std::move(callback), net_log, in ResolveProxy()
126 const NetLogWithSource& net_log) { in MarkProxiesAsBadUntil() argument
204 const NetLogWithSource& net_log) { in DidFinishResolvingProxy() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/trust_tokens/
H A Dtrust_token_request_helper_factory.cc96 request.net_log().BeginEventWithIntParams( in CreateTrustTokenHelperForRequest()
110 request.net_log(), params.type, in CreateTrustTokenHelperForRequest()
123 LogOutcome(request.net_log(), params.type, in CreateTrustTokenHelperForRequest()
138 net::NetLogWithSource net_log, in ConstructHelperUsingStore() argument
145 LogOutcome(net_log, params->type, in ConstructHelperUsingStore()
154 std::move(net_log)))); in ConstructHelperUsingStore()
159 LogOutcome(net_log, params->type, in ConstructHelperUsingStore()
167 std::move(net_log)))); in ConstructHelperUsingStore()
184 LogOutcome(net_log, params->type, in ConstructHelperUsingStore()
200 LogOutcome(net_log, params->type, in ConstructHelperUsingStore()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dmulti_threaded_cert_verifier.cc46 NetLogWithSource net_log; member
74 const NetLogWithSource& net_log) { in DoVerifyOnWorkerThread() argument
77 verify_result->net_log = net_log; in DoVerifyOnWorkerThread()
82 additional_trust_anchors, &verify_result->result, net_log); in DoVerifyOnWorkerThread()
143 const NetLogWithSource net_log(NetLogWithSource::Make( in Start() local
144 caller_net_log.net_log(), NetLogSourceType::CERT_VERIFIER_TASK)); in Start()
145 net_log.BeginEvent(NetLogEventType::CERT_VERIFIER_TASK); in Start()
147 NetLogEventType::CERT_VERIFIER_TASK_BOUND, net_log.source()); in Start()
161 config.additional_trust_anchors, net_log), in Start()
171 verify_result->net_log.EndEvent(NetLogEventType::CERT_VERIFIER_TASK); in OnJobComplete()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_auth_gssapi_posix.cc344 InitImpl(net_log); in Init()
350 gssapi_library_ = LoadSharedLibrary(net_log); in InitImpl()
358 const NetLogWithSource& net_log) { in LoadSharedLibrary() argument
384 net_log.BeginEvent(NetLogEventType::AUTH_LIBRARY_LOAD); in LoadSharedLibrary()
402 if (BindMethods(lib, library_name, net_log)) { in LoadSharedLibrary()
435 const NetLogWithSource& net_log) { in BindUntypedMethod() argument
450 const NetLogWithSource& net_log) { in BindMethod() argument
468 net_log); in BindMethods()
473 net_log); in BindMethods()
660 return library_->Init(net_log); in Init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_gssapi_posix.cc344 InitImpl(net_log); in Init()
350 gssapi_library_ = LoadSharedLibrary(net_log); in InitImpl()
358 const NetLogWithSource& net_log) { in LoadSharedLibrary() argument
384 net_log.BeginEvent(NetLogEventType::AUTH_LIBRARY_LOAD); in LoadSharedLibrary()
402 if (BindMethods(lib, library_name, net_log)) { in LoadSharedLibrary()
435 const NetLogWithSource& net_log) { in BindUntypedMethod() argument
450 const NetLogWithSource& net_log) { in BindMethod() argument
468 net_log); in BindMethods()
473 net_log); in BindMethods()
660 return library_->Init(net_log); in Init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/proxy_resolution/
H A Dproxy_list_unittest.cc182 NetLogWithSource net_log; in TEST() local
190 ERR_PROXY_CONNECTION_FAILED, net_log); in TEST()
202 NetLogWithSource net_log; in TEST() local
210 bad_proxies, OK, net_log); in TEST()
221 NetLogWithSource net_log; in TEST() local
229 ERR_NAME_RESOLUTION_FAILED, net_log); in TEST()
241 NetLogWithSource net_log; in TEST() local
249 bad_proxies, OK, net_log); in TEST()
259 NetLogWithSource net_log; in TEST() local
265 std::vector<ProxyServer>(), ERR_PROXY_CONNECTION_FAILED, net_log); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/proxy_resolution/
H A Dproxy_list_unittest.cc182 NetLogWithSource net_log; in TEST() local
190 ERR_PROXY_CONNECTION_FAILED, net_log); in TEST()
202 NetLogWithSource net_log; in TEST() local
210 bad_proxies, OK, net_log); in TEST()
221 NetLogWithSource net_log; in TEST() local
229 ERR_NAME_RESOLUTION_FAILED, net_log); in TEST()
241 NetLogWithSource net_log; in TEST() local
249 bad_proxies, OK, net_log); in TEST()
259 NetLogWithSource net_log; in TEST() local
265 std::vector<ProxyServer>(), ERR_PROXY_CONNECTION_FAILED, net_log); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dspdy_http_stream_unittest.cc204 NetLogWithSource net_log; in TEST_F() local
265 NetLogWithSource net_log; in TEST_F() local
334 NetLogWithSource net_log; in TEST_F() local
446 NetLogWithSource net_log; in TEST_F() local
504 NetLogWithSource net_log; in TEST_F() local
561 NetLogWithSource net_log; in TEST_F() local
632 NetLogWithSource net_log; in TEST_F() local
734 NetLogWithSource net_log; in TEST_F() local
823 NetLogWithSource net_log; in TEST_F() local
887 NetLogWithSource net_log; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dspdy_http_stream_unittest.cc204 NetLogWithSource net_log; in TEST_F() local
265 NetLogWithSource net_log; in TEST_F() local
334 NetLogWithSource net_log; in TEST_F() local
446 NetLogWithSource net_log; in TEST_F() local
504 NetLogWithSource net_log; in TEST_F() local
561 NetLogWithSource net_log; in TEST_F() local
632 NetLogWithSource net_log; in TEST_F() local
734 NetLogWithSource net_log; in TEST_F() local
823 NetLogWithSource net_log; in TEST_F() local
887 NetLogWithSource net_log; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/
H A Dnet_log_parameters.cc70 void NetLogReadWriteData(const net::NetLogWithSource& net_log, in NetLogReadWriteData() argument
77 net_log.AddEntry(type, phase, [&] { in NetLogReadWriteData()
82 void NetLogReadWriteComplete(const net::NetLogWithSource& net_log, in NetLogReadWriteComplete() argument
86 net_log.AddEntry(type, phase, in NetLogReadWriteComplete()
90 void NetLogSparseOperation(const net::NetLogWithSource& net_log, in NetLogSparseOperation() argument
95 net_log.AddEntry(type, phase, [&] { in NetLogSparseOperation()
100 void NetLogSparseReadWrite(const net::NetLogWithSource& net_log, in NetLogSparseReadWrite() argument
105 net_log.AddEntry(type, phase, [&] { in NetLogSparseReadWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/
H A Dnet_log_parameters.cc70 void NetLogReadWriteData(const net::NetLogWithSource& net_log, in NetLogReadWriteData() argument
77 net_log.AddEntry(type, phase, [&] { in NetLogReadWriteData()
82 void NetLogReadWriteComplete(const net::NetLogWithSource& net_log, in NetLogReadWriteComplete() argument
86 net_log.AddEntry(type, phase, in NetLogReadWriteComplete()
90 void NetLogSparseOperation(const net::NetLogWithSource& net_log, in NetLogSparseOperation() argument
95 net_log.AddEntry(type, phase, [&] { in NetLogSparseOperation()
100 void NetLogSparseReadWrite(const net::NetLogWithSource& net_log, in NetLogSparseReadWrite() argument
105 net_log.AddEntry(type, phase, [&] { in NetLogSparseReadWrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dconnect_job.cc40 NetLog* net_log, in CommonConnectJobParams() argument
54 net_log(net_log), in CommonConnectJobParams()
70 const NetLogWithSource* net_log, in ConnectJob() argument
78 top_level_job_(net_log == nullptr), in ConnectJob()
79 net_log_(net_log in ConnectJob()
80 ? *net_log in ConnectJob()
81 : NetLogWithSource::Make(common_connect_job_params->net_log, in ConnectJob()
95 net_log().EndEvent(NetLogEventType::CONNECT_JOB); in ~ConnectJob()
231 net_log().AddEvent(NetLogEventType::CONNECT_JOB_SET_SOCKET); in SetSocket()
265 net_log().BeginEvent(net_log_connect_event_type_); in LogConnectStart()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dconnect_job.cc40 NetLog* net_log, in CommonConnectJobParams() argument
54 net_log(net_log), in CommonConnectJobParams()
70 const NetLogWithSource* net_log, in ConnectJob() argument
78 top_level_job_(net_log == nullptr), in ConnectJob()
79 net_log_(net_log in ConnectJob()
80 ? *net_log in ConnectJob()
81 : NetLogWithSource::Make(common_connect_job_params->net_log, in ConnectJob()
95 net_log().EndEvent(NetLogEventType::CONNECT_JOB); in ~ConnectJob()
230 net_log().AddEvent(NetLogEventType::CONNECT_JOB_SET_SOCKET); in SetSocket()
264 net_log().BeginEvent(net_log_connect_event_type_); in LogConnectStart()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dnet_export_ui.cc86 public net_log::NetExportFileWriter::StateObserver {
140 net_log::NetExportFileWriter* file_writer_;
142 ScopedObserver<net_log::NetExportFileWriter,
143 net_log::NetExportFileWriter::StateObserver>
180 net_log::kEnableNotifyUIWithStateHandler, in RegisterMessages()
184 net_log::kStartNetLogHandler, in RegisterMessages()
188 net_log::kStopNetLogHandler, in RegisterMessages()
192 net_log::kSendNetLogHandler, in RegisterMessages()
196 net_log::kShowFile, in RegisterMessages()
221 capture_mode_ = net_log::NetExportFileWriter::CaptureModeFromString( in OnStartNetLog()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dnet_export_ui.cc86 public net_log::NetExportFileWriter::StateObserver {
140 net_log::NetExportFileWriter* file_writer_;
142 ScopedObserver<net_log::NetExportFileWriter,
143 net_log::NetExportFileWriter::StateObserver>
180 net_log::kEnableNotifyUIWithStateHandler, in RegisterMessages()
184 net_log::kStartNetLogHandler, in RegisterMessages()
188 net_log::kStopNetLogHandler, in RegisterMessages()
192 net_log::kSendNetLogHandler, in RegisterMessages()
196 net_log::kShowFile, in RegisterMessages()
221 capture_mode_ = net_log::NetExportFileWriter::CaptureModeFromString( in OnStartNetLog()
[all …]

12345678910>>...43