HomeSort by relevance Sort by last modified time
    Searched refs:SetConfigs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config_test.cc 196 // SetConfigs constructs suitable config protobufs and calls SetConfigs on
202 // SetConfigs(NULL); // calls |config_.SetConfigs| with no protobufs.
204 // // Calls |config_.SetConfigs| with two protobufs: one for a Config with
213 void SetConfigs(const char* server_config_id1, ...) {
247 ASSERT_EQ(!has_invalid, config_.SetConfigs(protobufs, clock_.WallNow()));
264 SetConfigs("a", 1100,
275 SetConfigs("a", 900,
286 SetConfigs("a", 800
    [all...]
quic_crypto_server_config.h 127 // SetConfigs takes a vector of config protobufs and the current time.
132 // currently the primary config. SetConfigs returns false if any errors were
134 bool SetConfigs(const std::vector<QuicServerConfigProtobuf*>& protobufs,
quic_crypto_server_config.cc 348 bool QuicCryptoServerConfig::SetConfigs(
    [all...]

Completed in 3020 milliseconds