Home
last modified time | relevance | path

Searched refs:endpoint_handle (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dinvitation.cc32 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/
Dinvitation_unittest.cc58 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 …]