Searched refs:rejection_reason (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dthird_party_authenticator_base.cc44 ThirdPartyAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::ThirdPartyAuthenticatorBase
49 return underlying_->rejection_reason();
H A Dpairing_authenticator_base.cc42 PairingAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::PairingAuthenticatorBase
46 return v2_authenticator_->rejection_reason();
122 v2_authenticator_->rejection_reason() == INVALID_CREDENTIALS &&
H A Dnegotiating_authenticator_base.h67 virtual RejectionReason rejection_reason() const OVERRIDE;
H A Dnegotiating_authenticator_base.cc44 NegotiatingAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::NegotiatingAuthenticatorBase
72 rejection_reason_ = current_authenticator_->rejection_reason();
H A Dpairing_host_authenticator.cc47 PairingHostAuthenticator::rejection_reason() const { function in class:remoting::protocol::PairingHostAuthenticator
51 return PairingAuthenticatorBase::rejection_reason();
H A Dauthenticator.h93 virtual RejectionReason rejection_reason() const = 0;
H A Dpairing_authenticator_base.h46 virtual RejectionReason rejection_reason() const OVERRIDE;
H A Dpairing_host_authenticator.h31 virtual RejectionReason rejection_reason() const OVERRIDE;
H A Dthird_party_authenticator_base.h39 virtual RejectionReason rejection_reason() const OVERRIDE;
H A Dv2_authenticator.h41 virtual RejectionReason rejection_reason() const OVERRIDE;
H A Dfake_authenticator.h66 virtual RejectionReason rejection_reason() const OVERRIDE;
H A Dme2me_host_authenticator_factory.cc32 virtual RejectionReason rejection_reason() const OVERRIDE {
H A Dnegotiating_authenticator_unittest.cc110 ASSERT_EQ(client_->rejection_reason(), reason);
113 ASSERT_EQ(host_->rejection_reason(), reason);
H A Dfake_authenticator.cc119 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { function in class:remoting::protocol::FakeAuthenticator
H A Dv2_authenticator.cc78 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { function in class:remoting::protocol::V2Authenticator
H A Djingle_session.cc160 authenticator_->rejection_reason()));
599 authenticator_->rejection_reason()));
/external/chromium_org/remoting/host/
H A Dpam_authorization_factory_posix.cc27 virtual RejectionReason rejection_reason() const OVERRIDE;
66 PamAuthorizer::rejection_reason() const { function in class:remoting::PamAuthorizer
70 return underlying_->rejection_reason();

Completed in 868 milliseconds