Searched refs:endpoint_handle (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/cpp/system/ |
D | invitation.cc | 32 MojoPlatformHandle* endpoint_handle, in PlatformHandleToTransportEndpoint() argument 35 endpoint_handle); in PlatformHandleToTransportEndpoint() 36 CHECK_NE(endpoint_handle->type, MOJO_PLATFORM_HANDLE_TYPE_INVALID); in PlatformHandleToTransportEndpoint() 40 endpoint->platform_handles = endpoint_handle; in PlatformHandleToTransportEndpoint() 58 PlatformHandle endpoint_handle, in SendInvitation() argument 68 PlatformHandleToTransportEndpoint(std::move(endpoint_handle), in SendInvitation() 218 MojoPlatformHandle endpoint_handle; in Accept() local 220 &endpoint_handle); in Accept() 221 CHECK_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID); in Accept() 227 transport_endpoint.platform_handles = &endpoint_handle; in Accept() [all …]
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 58 PlatformHandle endpoint_handle, 145 MojoPlatformHandle endpoint_handle; in TEST_F() local 146 endpoint_handle.struct_size = sizeof(endpoint_handle); in TEST_F() 148 channel.TakeLocalEndpoint().TakePlatformHandle(), &endpoint_handle); in TEST_F() 149 ASSERT_NE(endpoint_handle.type, MOJO_PLATFORM_HANDLE_TYPE_INVALID); in TEST_F() 155 valid_endpoint.platform_handles = &endpoint_handle; in TEST_F() 170 invalid_endpoint.platform_handles = &endpoint_handle; in TEST_F() 341 PlatformHandle endpoint_handle, in SendInvitationToClient() argument 351 PlatformHandle::ToMojoPlatformHandle(std::move(endpoint_handle), &handle); in SendInvitationToClient() 409 MojoPlatformHandle endpoint_handle; local [all …]
|
D | broker_win.cc | 96 PlatformHandle endpoint_handle; in Broker() local 97 if (TakeHandlesFromBrokerMessage(message.get(), 1, &endpoint_handle)) { in Broker() 98 inviter_endpoint_ = PlatformChannelEndpoint(std::move(endpoint_handle)); in Broker()
|