HomeSort by relevance Sort by last modified time
    Searched defs:kBootstrapEndpointId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/system/
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
channel.cc 17 COMPILE_ASSERT(Channel::kBootstrapEndpointId !=
22 Channel::kBootstrapEndpointId;
37 : next_local_id_(kBootstrapEndpointId) {

Completed in 42 milliseconds