Home
last modified time | relevance | path

Searched refs:GetNextMessage (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/remoting/host/
Dpam_authorization_factory_posix.cc30 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
87 scoped_ptr<buzz::XmlElement> PamAuthorizer::GetNextMessage() { in GetNextMessage() function in remoting::PamAuthorizer
88 scoped_ptr<buzz::XmlElement> result(underlying_->GetNextMessage()); in GetNextMessage()
/external/chromium_org/remoting/protocol/
Dthird_party_authenticator_base.cc67 scoped_ptr<buzz::XmlElement> ThirdPartyAuthenticatorBase::GetNextMessage() { in GetNextMessage() function in remoting::protocol::ThirdPartyAuthenticatorBase
72 message = underlying_->GetNextMessage().Pass(); in GetNextMessage()
Dpairing_authenticator_base.cc82 scoped_ptr<buzz::XmlElement> PairingAuthenticatorBase::GetNextMessage() { in GetNextMessage() function in remoting::protocol::PairingAuthenticatorBase
84 scoped_ptr<buzz::XmlElement> result = v2_authenticator_->GetNextMessage(); in GetNextMessage()
Dmessage_decoder.h46 CompoundBuffer* GetNextMessage();
Dmessage_decoder.cc28 CompoundBuffer* MessageDecoder::GetNextMessage() { in GetNextMessage() function in remoting::protocol::MessageDecoder
Dauthenticator.h105 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() = 0;
Dthird_party_authenticator_base.h42 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
Dnegotiating_host_authenticator.h51 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
Dnegotiating_client_authenticator.h40 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
Dpairing_authenticator_base.h49 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
Dv2_authenticator.h44 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
Dnegotiating_authenticator_base.cc83 result = current_authenticator_->GetNextMessage(); in GetNextMessageInternal()
Dv2_authenticator_unittest.cc93 scoped_ptr<buzz::XmlElement> message(client_->GetNextMessage()); in TEST_F()
Dmessage_reader.cc94 CompoundBuffer* buffer = message_decoder_.GetNextMessage(); in OnDataReceived()
Dfake_authenticator.h69 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
Dmessage_decoder_unittest.cc75 scoped_ptr<CompoundBuffer> message(decoder.GetNextMessage()); in SimulateReadSequence()
Djingle_session.cc114 authenticator_->GetNextMessage())); in StartConnection()
170 auth_message = authenticator_->GetNextMessage(); in ContinueAcceptIncomingConnection()
589 message.info = authenticator_->GetNextMessage(); in ProcessAuthenticationStep()
Dme2me_host_authenticator_factory.cc44 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE { in GetNextMessage() function in remoting::protocol::__anondd4c0d220111::RejectingAuthenticator
Dauthenticator_test_base.cc80 message = sender->GetNextMessage(); in ContinueAuthExchangeWith()
Dfake_authenticator.cc134 scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::FakeAuthenticator
Dnegotiating_client_authenticator.cc82 scoped_ptr<buzz::XmlElement> NegotiatingClientAuthenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::NegotiatingClientAuthenticator
Dnegotiating_host_authenticator.cc150 scoped_ptr<buzz::XmlElement> NegotiatingHostAuthenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::NegotiatingHostAuthenticator
Dv2_authenticator.cc150 scoped_ptr<buzz::XmlElement> V2Authenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::V2Authenticator
/external/chromium_org/google_apis/gcm/engine/
Dconnection_handler_impl.cc151 void ConnectionHandlerImpl::GetNextMessage() { in GetNextMessage() function in gcm::ConnectionHandlerImpl
345 base::Bind(&ConnectionHandlerImpl::GetNextMessage, in OnGotMessageBytes()
374 base::Bind(&ConnectionHandlerImpl::GetNextMessage, in OnGotMessageBytes()
Dconnection_handler_impl.h69 void GetNextMessage();

12