Home | History | Annotate | Download | only in system

Lines Matching refs:IncomingInvitation

64   // attached endpoint (see |IncomingInvitation|) thus establishing end-to-end
103 // endpoint must use |IncomingInvitation::AcceptIsolated()| to accept the
146 // An IncomingInvitation can be accepted by an invited process by calling
147 // |IncomingInvitation::Accept()|. Once accepted, the invitation can be used
149 class MOJO_CPP_SYSTEM_EXPORT IncomingInvitation {
151 IncomingInvitation();
152 IncomingInvitation(IncomingInvitation&& other);
153 explicit IncomingInvitation(ScopedInvitationHandle handle);
154 ~IncomingInvitation();
156 IncomingInvitation& operator=(IncomingInvitation&& other);
163 static IncomingInvitation Accept(PlatformChannelEndpoint channel_endpoint);
181 DISALLOW_COPY_AND_ASSIGN(IncomingInvitation);