Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Ddtlsidentitystore_unittest.cc103 EXPECT_TRUE_WAIT(store_->HasFreeIdentityForTesting(rtc::KT_RSA), kTimeoutMs); in TEST_F()
108 EXPECT_TRUE_WAIT(store_->HasFreeIdentityForTesting(rtc::KT_RSA), kTimeoutMs); in TEST_F()
134 EXPECT_FALSE(store_->HasFreeIdentityForTesting(rtc::KT_RSA)); in TEST_F()
144 EXPECT_FALSE(store_->HasFreeIdentityForTesting(rtc::KT_ECDSA)); in TEST_F()
Ddtlsidentitystore.h116 bool HasFreeIdentityForTesting(rtc::KeyType key_type) const;
Ddtlsidentitystore.cc163 bool DtlsIdentityStoreImpl::HasFreeIdentityForTesting( in HasFreeIdentityForTesting() function in webrtc::DtlsIdentityStoreImpl