Searched refs:kBootstrapEndpointId (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/mojo/system/
H A Dmessage_pipe_test_utils.cc89 Channel::kBootstrapEndpointId);
90 CHECK(channel_->RunMessagePipeEndpoint(Channel::kBootstrapEndpointId,
91 Channel::kBootstrapEndpointId));
H A Dchannel_unittest.cc203 EXPECT_EQ(Channel::kBootstrapEndpointId, local_id);
214 Channel::kBootstrapEndpointId));
243 EXPECT_EQ(Channel::kBootstrapEndpointId, local_id);
251 Channel::kBootstrapEndpointId));
296 EXPECT_EQ(Channel::kBootstrapEndpointId, local_id);
299 Channel::kBootstrapEndpointId));
H A Dchannel.h55 static const MessageInTransit::EndpointId kBootstrapEndpointId = 1; member in class:mojo::system::Channel
79 // |kBootstrapEndpointId| as its local ID. (For bootstrapping, this occurs on
80 // both sides, so one should use |kBootstrapEndpointId| for the remote ID for
H A Dchannel.cc21 static_assert(Channel::kBootstrapEndpointId !=
23 "kBootstrapEndpointId is invalid");
26 Channel::kBootstrapEndpointId; member in class:mojo::system::Channel
32 next_local_id_(kBootstrapEndpointId) {
H A Dremote_message_pipe_unittest.cc76 // both be |Channel::kBootstrapEndpointId|. This returns *without* waiting for
157 CHECK_EQ(endpoint_id, Channel::kBootstrapEndpointId);
159 Channel::kBootstrapEndpointId, Channel::kBootstrapEndpointId));
/external/chromium_org/mojo/embedder/
H A Dembedder.cc69 CHECK_EQ(endpoint_id, system::Channel::kBootstrapEndpointId);
71 if (!channel->RunMessagePipeEndpoint(system::Channel::kBootstrapEndpointId,
72 system::Channel::kBootstrapEndpointId)) {

Completed in 143 milliseconds