Home
last modified time | relevance | path

Searched refs:GetNetLogWithSource (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc298 const NetLogWithSource& GetNetLogWithSource() const override { in GetNetLogWithSource() function in net::__anon059a0eb20111::FakeWebSocketStream
742 MOCK_CONST_METHOD0(GetNetLogWithSource, NetLogWithSource&());
2064 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2416 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2444 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2468 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2500 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2536 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2560 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
2707 EXPECT_CALL(*mock_stream_, GetNetLogWithSource()) in TEST_F()
[all …]
H A Dwebsocket_deflate_stream.cc100 const NetLogWithSource& WebSocketDeflateStream::GetNetLogWithSource() const { in GetNetLogWithSource() function in net::WebSocketDeflateStream
101 return stream_->GetNetLogWithSource(); in GetNetLogWithSource()
H A Dwebsocket_deflate_stream.h63 const NetLogWithSource& GetNetLogWithSource() const override;
H A Dwebsocket_deflate_stream_fuzzer.cc69 const NetLogWithSource& GetNetLogWithSource() const override { in GetNetLogWithSource() function in net::__anona3e0111f0111::WebSocketFuzzedStream
H A Dwebsocket_stream.h290 virtual const NetLogWithSource& GetNetLogWithSource() const = 0;
H A Dwebsocket_basic_stream.h143 const NetLogWithSource& GetNetLogWithSource() const override;
H A Dwebsocket_channel.cc930 stream_->GetNetLogWithSource().AddEvent( in FailChannel()
1034 stream_->GetNetLogWithSource().AddEvent( in CloseTimeout()
H A Dwebsocket_basic_stream.cc259 const NetLogWithSource& WebSocketBasicStream::GetNetLogWithSource() const { in GetNetLogWithSource() function in net::WebSocketBasicStream
H A Dwebsocket_deflate_stream_test.cc87 MOCK_CONST_METHOD0(GetNetLogWithSource, NetLogWithSource&());