Searched defs:GetSubProtocol (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/websockets/ | ||
H A D | websocket_deflate_stream_fuzzer.cc | 67 std::string GetSubProtocol() const override { return std::string(); } in GetSubProtocol() function in net::__anona3e0111f0111::WebSocketFuzzedStream |
H A D | websocket_deflate_stream.cc | 92 std::string WebSocketDeflateStream::GetSubProtocol() const { in GetSubProtocol() function in net::WebSocketDeflateStream |
H A D | websocket_basic_stream.cc | 253 std::string WebSocketBasicStream::GetSubProtocol() const { in GetSubProtocol() function in net::WebSocketBasicStream |
H A D | websocket_channel_test.cc | 293 std::string GetSubProtocol() const override { return protocol_; } in GetSubProtocol() function in net::__anon059a0eb20111::FakeWebSocketStream |