HomeSort by relevance Sort by last modified time
    Searched refs:RunMessagePipeEndpoint (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/mojo/system/
channel.h 94 bool RunMessagePipeEndpoint(MessageInTransit::EndpointId local_id,
102 // |RunMessagePipeEndpoint()| that tells it to do this.
message_pipe_test_utils.cc 90 CHECK(channel_->RunMessagePipeEndpoint(Channel::kBootstrapEndpointId,
channel_unittest.cc 209 // |RunMessagePipeEndpoint()| below will return true. We need to refactor
213 EXPECT_TRUE(channel()->RunMessagePipeEndpoint(local_id,
245 // TODO(vtl): Currently, we always "expect" a |RunMessagePipeEndpoint()| after
250 EXPECT_TRUE(channel()->RunMessagePipeEndpoint(local_id,
298 EXPECT_TRUE(channel()->RunMessagePipeEndpoint(local_id,
channel.cc 124 bool Channel::RunMessagePipeEndpoint(MessageInTransit::EndpointId local_id,
132 << "RunMessagePipeEndpoint() while shutting down";
410 if (!RunMessagePipeEndpoint(message_view.destination_id(),
message_pipe_dispatcher.cc 131 if (!channel->RunMessagePipeEndpoint(local_id, remote_id)) {
remote_message_pipe_unittest.cc 142 CHECK(channels_[0]->RunMessagePipeEndpoint(local_id0, local_id1));
143 CHECK(channels_[1]->RunMessagePipeEndpoint(local_id1, local_id0));
158 CHECK(channels_[channel_index]->RunMessagePipeEndpoint(
    [all...]
  /external/chromium_org/mojo/embedder/
embedder.cc 71 if (!channel->RunMessagePipeEndpoint(system::Channel::kBootstrapEndpointId,
74 NOTREACHED() << "Channel::RunMessagePipeEndpoint() failed";

Completed in 83 milliseconds