Home
last modified time | relevance | path

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

/external/cronet/net/websockets/
Dwebsocket_basic_handshake_stream_test.cc63 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()
131 basic_handshake_stream.SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in TEST()
Dwebsocket_basic_handshake_stream.h98 void SetWebSocketKeyForTesting(const std::string& key);
Dwebsocket_test_util.cc288 handshake_stream->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in OnBasicHandshakeStreamCreated()
Dwebsocket_basic_handshake_stream.cc444 void WebSocketBasicHandshakeStream::SetWebSocketKeyForTesting( in SetWebSocketKeyForTesting() function in net::WebSocketBasicHandshakeStream
Dwebsocket_handshake_stream_create_helper_test.cc242 ->SetWebSocketKeyForTesting("dGhlIHNhbXBsZSBub25jZQ=="); in CreateAndInitializeStream()