Searched refs:GetTestConfig (Results 1 – 2 of 2) sorted by relevance
132 static const TestConfig *GetTestConfig(const SSL *ssl) { in GetTestConfig() function450 const TestConfig *config = GetTestConfig(ssl); in GetCertificate()509 const TestConfig *config = GetTestConfig(ssl); in InstallCertificate()532 const TestConfig *config = GetTestConfig(client_hello->ssl); in SelectCertificateCallback()586 const TestConfig *config = GetTestConfig(ssl); in CheckCertificateRequest()642 if (GetTestConfig(ssl)->async && !GetTestState(ssl)->cert_ready) { in ClientCertCallback()665 const TestConfig *config = GetTestConfig(ssl); in CertCallback()691 const TestConfig *config = GetTestConfig(ssl); in CheckVerifyCallback()713 const TestConfig *config = GetTestConfig(ssl); in CertVerifyCallback()729 const TestConfig *config = GetTestConfig(ssl); in NextProtosAdvertisedCallback()[all …]
26 : fake_clock_(1234), config_(GetTestConfig()), avg_delay_ms_(0), in SendStatisticsProxyTest()33 &fake_clock_, GetTestConfig(), in SetUp()38 VideoSendStream::Config GetTestConfig() { in GetTestConfig() function in webrtc::SendStatisticsProxyTest