Home | History | Annotate | Download | only in system

Lines Matching refs:local_id

89   // Runs the message pipe with the given |local_id| (previously attached), with
92 // false on failure, in particular if no message pipe with |local_id| is
94 bool RunMessagePipeEndpoint(MessageInTransit::EndpointId local_id,
98 // must already be attached); |local_id| and |remote_id| are relative to this
99 // channel (i.e., |local_id| is the other side's remote ID and |remote_id| is
103 void RunRemoteMessagePipeEndpoint(MessageInTransit::EndpointId local_id,
117 // |local_id| may be reused for another message pipe.
118 void DetachMessagePipeEndpoint(MessageInTransit::EndpointId local_id,
148 // particular if no message pipe with |local_id| is attached. Only called on
150 bool RemoveMessagePipeEndpoint(MessageInTransit::EndpointId local_id,