OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBootstrapEndpointId
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
channel.cc
17
COMPILE_ASSERT(Channel::
kBootstrapEndpointId
!=
22
Channel::
kBootstrapEndpointId
;
37
: next_local_id_(
kBootstrapEndpointId
) {
channel.h
60
static const MessageInTransit::EndpointId
kBootstrapEndpointId
= 1;
77
// |
kBootstrapEndpointId
| as its local ID. (For bootstrapping, this occurs on
78
// both sides, so one should use |
kBootstrapEndpointId
| for the remote ID for
multiprocess_message_pipe_unittest.cc
96
Channel::
kBootstrapEndpointId
);
97
channel_->RunMessagePipeEndpoint(Channel::
kBootstrapEndpointId
,
98
Channel::
kBootstrapEndpointId
);
remote_message_pipe_posix_unittest.cc
71
// endpoint IDs are both/will both be |Channel::
kBootstrapEndpointId
|. This
145
Channel::
kBootstrapEndpointId
);
147
Channel::
kBootstrapEndpointId
, Channel::
kBootstrapEndpointId
);
Completed in 265 milliseconds