OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachMessagePipeEndpoint
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
channel.h
51
// calling |
AttachMessagePipeEndpoint
()|. The reference to |MessagePipe| owned
80
MessageInTransit::EndpointId
AttachMessagePipeEndpoint
(
89
// returned by |
AttachMessagePipeEndpoint
()| from this channel. After this is
remote_message_pipe_posix_unittest.cc
127
channels_[0]->
AttachMessagePipeEndpoint
(mp_0, 1);
129
channels_[1]->
AttachMessagePipeEndpoint
(mp_1, 0);
144
CHECK_EQ(channels_[channel_index]->
AttachMessagePipeEndpoint
(mp, port),
channel.cc
69
MessageInTransit::EndpointId Channel::
AttachMessagePipeEndpoint
(
multiprocess_message_pipe_unittest.cc
95
CHECK_EQ(channel_->
AttachMessagePipeEndpoint
(mp, 1),
Completed in 756 milliseconds