Searched refs:channel_endpoint (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/mojo/public/cpp/system/ |
D | invitation.h | 91 PlatformChannelEndpoint channel_endpoint, 127 PlatformChannelEndpoint channel_endpoint, 163 static IncomingInvitation Accept(PlatformChannelEndpoint channel_endpoint); 168 PlatformChannelEndpoint channel_endpoint);
|
D | invitation.cc | 154 PlatformChannelEndpoint channel_endpoint, in Send() argument 157 channel_endpoint.TakePlatformHandle(), in Send() 175 PlatformChannelEndpoint channel_endpoint, in SendIsolated() argument 181 channel_endpoint.TakePlatformHandle(), in SendIsolated() 217 PlatformChannelEndpoint channel_endpoint) { in Accept() argument 219 PlatformHandle::ToMojoPlatformHandle(channel_endpoint.TakePlatformHandle(), in Accept() 241 PlatformChannelEndpoint channel_endpoint) { in AcceptIsolated() argument 243 PlatformHandle::ToMojoPlatformHandle(channel_endpoint.TakePlatformHandle(), in AcceptIsolated()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | invitation_unittest.cc | 68 PlatformChannelEndpoint channel_endpoint; local 78 channel_endpoint = channel->TakeLocalEndpoint(); 108 DCHECK(channel_endpoint.is_valid()); 111 std::move(channel_endpoint), error_callback); 116 OutgoingInvitation::SendIsolated(std::move(channel_endpoint));
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 398 PlatformChannelEndpoint channel_endpoint = local 400 if (!channel_endpoint.is_valid()) { 402 channel_endpoint = 405 channel_endpoint = PlatformChannel::RecoverPassedEndpointFromString( 410 PlatformHandle::ToMojoPlatformHandle(channel_endpoint.TakePlatformHandle(),
|