Home
last modified time | relevance | path

Searched refs:SetWebSocketKeyForTesting (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_basic_handshake_stream_test.cc66 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()
134 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()
H A Dwebsocket_basic_handshake_stream.h112 void SetWebSocketKeyForTesting(const std::string& key);
H A Dwebsocket_test_util.cc301 handshake_stream->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in OnBasicHandshakeStreamCreated()
H A Dwebsocket_basic_handshake_stream.cc449 void WebSocketBasicHandshakeStream::SetWebSocketKeyForTesting( in SetWebSocketKeyForTesting() function in net::WebSocketBasicHandshakeStream
H A Dwebsocket_handshake_stream_create_helper_test.cc303 ->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in CreateAndInitializeStream()