Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_server_config_test.cc247 CachedNetworkParameters cached_network_params_input; in TEST_F() local
248 cached_network_params_input.set_bandwidth_estimate_bytes_per_second(1234); in TEST_F()
250 NewSourceAddressToken(kPrimary, ip4_, &cached_network_params_input); in TEST_F()
254 Not(SerializedProtoEquals(cached_network_params_input))); in TEST_F()
258 SerializedProtoEquals(cached_network_params_input)); in TEST_F()