Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_transaction_unittest.cc12083 HttpNetworkTransaction websocket_trans(MEDIUM, session.get()); in TEST_P() local
12084 websocket_trans.SetWebSocketHandshakeStreamCreateHelper( in TEST_P()
12088 rv = websocket_trans.Start(&websocket_request_info, in TEST_P()
12092 EXPECT_FALSE(websocket_trans.IsReadyToRestartForAuth()); in TEST_P()
12094 const HttpResponseInfo* response = websocket_trans.GetResponseInfo(); in TEST_P()
12098 rv = websocket_trans.RestartWithAuth( in TEST_P()
12103 EXPECT_TRUE(websocket_trans.IsReadyToRestartForAuth()); in TEST_P()
12105 response = websocket_trans.GetResponseInfo(); in TEST_P()
12109 rv = websocket_trans.RestartWithAuth(AuthCredentials(), in TEST_P()