Searched refs:GetNetLogWithSource (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_channel_test.cc | 298 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 D | websocket_deflate_stream.cc | 100 const NetLogWithSource& WebSocketDeflateStream::GetNetLogWithSource() const { in GetNetLogWithSource() function in net::WebSocketDeflateStream 101 return stream_->GetNetLogWithSource(); in GetNetLogWithSource()
|
H A D | websocket_deflate_stream.h | 63 const NetLogWithSource& GetNetLogWithSource() const override;
|
H A D | websocket_deflate_stream_fuzzer.cc | 69 const NetLogWithSource& GetNetLogWithSource() const override { in GetNetLogWithSource() function in net::__anona3e0111f0111::WebSocketFuzzedStream
|
H A D | websocket_stream.h | 290 virtual const NetLogWithSource& GetNetLogWithSource() const = 0;
|
H A D | websocket_basic_stream.h | 143 const NetLogWithSource& GetNetLogWithSource() const override;
|
H A D | websocket_channel.cc | 930 stream_->GetNetLogWithSource().AddEvent( in FailChannel() 1034 stream_->GetNetLogWithSource().AddEvent( in CloseTimeout()
|
H A D | websocket_basic_stream.cc | 259 const NetLogWithSource& WebSocketBasicStream::GetNetLogWithSource() const { in GetNetLogWithSource() function in net::WebSocketBasicStream
|
H A D | websocket_deflate_stream_test.cc | 87 MOCK_CONST_METHOD0(GetNetLogWithSource, NetLogWithSource&());
|