OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunMessagePipeEndpoint
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/mojo/system/
channel.h
87
bool
RunMessagePipeEndpoint
(MessageInTransit::EndpointId local_id,
95
// |
RunMessagePipeEndpoint
()| that tells it to do this.
channel_unittest.cc
218
// |
RunMessagePipeEndpoint
()| below will return true. We need to refactor
222
EXPECT_TRUE(channel()->
RunMessagePipeEndpoint
(local_id,
256
// TODO(vtl): Currently, we always "expect" a |
RunMessagePipeEndpoint
()| after
261
EXPECT_TRUE(channel()->
RunMessagePipeEndpoint
(local_id,
307
EXPECT_TRUE(channel()->
RunMessagePipeEndpoint
(local_id,
channel.cc
144
// |
RunMessagePipeEndpoint
()| ("us", or the remote by sending us a
154
bool Channel::
RunMessagePipeEndpoint
(MessageInTransit::EndpointId local_id,
399
if (!
RunMessagePipeEndpoint
(message_view.destination_id(),
message_pipe_dispatcher.cc
128
if (!channel->
RunMessagePipeEndpoint
(local_id, remote_id)) {
remote_message_pipe_unittest.cc
138
CHECK(channels_[0]->
RunMessagePipeEndpoint
(local_id0, local_id1));
139
CHECK(channels_[1]->
RunMessagePipeEndpoint
(local_id1, local_id0));
156
CHECK(channels_[channel_index]->
RunMessagePipeEndpoint
(
multiprocess_message_pipe_unittest.cc
93
CHECK(channel_->
RunMessagePipeEndpoint
(Channel::kBootstrapEndpointId,
/external/chromium_org/mojo/embedder/
embedder.cc
66
if (!channel->
RunMessagePipeEndpoint
(system::Channel::kBootstrapEndpointId,
69
NOTREACHED() << "Channel::
RunMessagePipeEndpoint
() failed";
Completed in 215 milliseconds