Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_capture_mode_unittest.cc17 EXPECT_FALSE(NetLogCaptureIncludesSocketBytes(mode)); in TEST()
24 EXPECT_FALSE(NetLogCaptureIncludesSocketBytes(mode)); in TEST()
31 EXPECT_TRUE(NetLogCaptureIncludesSocketBytes(mode)); in TEST()
H A Dnet_log_capture_mode.cc13 bool NetLogCaptureIncludesSocketBytes(NetLogCaptureMode capture_mode) { in NetLogCaptureIncludesSocketBytes() function
H A Dnet_log_capture_mode.h77 NET_EXPORT bool NetLogCaptureIncludesSocketBytes(
H A Dnet_log_with_source.cc30 if (NetLogCaptureIncludesSocketBytes(capture_mode) && byte_count > 0) in BytesTransferredParams()
/aosp_15_r20/external/cronet/net/socket/
H A Dudp_net_log_parameters.cc23 if (NetLogCaptureIncludesSocketBytes(capture_mode)) in NetLogUDPDataTransferParams()
H A Dssl_client_socket_impl.cc142 NetLogCaptureIncludesSocketBytes(capture_mode)) { in NetLogSSLMessageParams()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_negotiate.cc44 if (!NetLogCaptureIncludesSocketBytes(capture_mode)) in NetLogParameterChannelBindings()