HomeSort by relevance Sort by last modified time
    Searched refs:GetNextMessage (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.cc 49 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE {
message_decoder_unittest.cc 75 scoped_ptr<CompoundBuffer> message(decoder.GetNextMessage());
authenticator_test_base.cc 102 message = sender->GetNextMessage();
fake_authenticator.cc 154 scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() {
negotiating_client_authenticator.cc 82 scoped_ptr<buzz::XmlElement> NegotiatingClientAuthenticator::GetNextMessage() {
negotiating_host_authenticator.cc 151 scoped_ptr<buzz::XmlElement> NegotiatingHostAuthenticator::GetNextMessage() {
jingle_session.cc 128 authenticator_->GetNextMessage()));
184 auth_message = authenticator_->GetNextMessage();
584 message.info = authenticator_->GetNextMessage();
v2_authenticator.cc 155 scoped_ptr<buzz::XmlElement> V2Authenticator::GetNextMessage() {
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.cc 121 wire_->GetNextMessage();
176 wire_->GetNextMessage();
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 68 // Expects that a call to GetNextMessage will be made which triggers a read
72 adapter_.GetNextMessage();
75 // Expects that a call to GetNextMessage will be made, and the preamble will
109 // Verifies that a call to GetNextMessage will trigger a read for the 4 byte
111 TEST_F(ProtobufWireAdapterTest, GetNextMessage) {
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 35 void ProtobufWireAdapter::GetNextMessage() {
37 LOG(ERROR) << "Invalid state: GetNextMessage called during a read";
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 498 Message GetNextMessage() {
624 FileManagerTestListener::Message entry = listener.GetNextMessage();
    [all...]

Completed in 162 milliseconds

12