Home
last modified time | relevance | path

Searched defs:GetSubProtocol (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflate_stream_fuzzer.cc67 std::string GetSubProtocol() const override { return std::string(); } in GetSubProtocol() function in net::__anona3e0111f0111::WebSocketFuzzedStream
H A Dwebsocket_deflate_stream.cc92 std::string WebSocketDeflateStream::GetSubProtocol() const { in GetSubProtocol() function in net::WebSocketDeflateStream
H A Dwebsocket_basic_stream.cc253 std::string WebSocketBasicStream::GetSubProtocol() const { in GetSubProtocol() function in net::WebSocketBasicStream
H A Dwebsocket_channel_test.cc293 std::string GetSubProtocol() const override { return protocol_; } in GetSubProtocol() function in net::__anon059a0eb20111::FakeWebSocketStream