Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dauthenticator_test_base.cc39 AuthenticatorTestBase::MockChannelDoneCallback::MockChannelDoneCallback() {} in MockChannelDoneCallback()
41 AuthenticatorTestBase::MockChannelDoneCallback::~MockChannelDoneCallback() {} in ~MockChannelDoneCallback()
43 AuthenticatorTestBase::AuthenticatorTestBase() {} in AuthenticatorTestBase() function in remoting::protocol::AuthenticatorTestBase
45 AuthenticatorTestBase::~AuthenticatorTestBase() {} in ~AuthenticatorTestBase()
47 void AuthenticatorTestBase::SetUp() { in SetUp()
63 void AuthenticatorTestBase::RunAuthExchange() { in RunAuthExchange()
70 void AuthenticatorTestBase::RunHostInitiatedAuthExchange() { in RunHostInitiatedAuthExchange()
81 void AuthenticatorTestBase::ContinueAuthExchangeWith(Authenticator* sender, in ContinueAuthExchangeWith()
108 &AuthenticatorTestBase::ContinueAuthExchangeWith, in ContinueAuthExchangeWith()
113 void AuthenticatorTestBase::RunChannelAuth(bool expected_fail) { in RunChannelAuth()
[all …]
Dauthenticator_test_base.h29 class AuthenticatorTestBase : public testing::Test {
31 AuthenticatorTestBase();
32 virtual ~AuthenticatorTestBase();
72 DISALLOW_COPY_AND_ASSIGN(AuthenticatorTestBase);
Dv2_authenticator_unittest.cc34 class V2AuthenticatorTest : public AuthenticatorTestBase {
Dthird_party_authenticator_unittest.cc40 class ThirdPartyAuthenticatorTest : public AuthenticatorTestBase {
Dnegotiating_authenticator_unittest.cc45 class NegotiatingAuthenticatorTest : public AuthenticatorTestBase {