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

  /external/webrtc/talk/app/webrtc/
dtlsidentitystore_unittest.cc 103 EXPECT_TRUE_WAIT(store_->HasFreeIdentityForTesting(rtc::KT_RSA), kTimeoutMs);
108 EXPECT_TRUE_WAIT(store_->HasFreeIdentityForTesting(rtc::KT_RSA), kTimeoutMs);
120 // we do not invoke HasFreeIdentityForTesting between requests.
134 EXPECT_FALSE(store_->HasFreeIdentityForTesting(rtc::KT_RSA));
144 EXPECT_FALSE(store_->HasFreeIdentityForTesting(rtc::KT_ECDSA));
dtlsidentitystore.h 116 bool HasFreeIdentityForTesting(rtc::KeyType key_type) const;
dtlsidentitystore.cc 163 bool DtlsIdentityStoreImpl::HasFreeIdentityForTesting(

Completed in 49 milliseconds