OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendIsolated
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/mojo/public/cpp/system/
isolated_connection.cc
25
OutgoingInvitation::
SendIsolated
(channel.TakeLocalEndpoint(),
31
return OutgoingInvitation::
SendIsolated
(std::move(endpoint),
37
return OutgoingInvitation::
SendIsolated
(std::move(endpoint),
invitation.h
126
static ScopedMessagePipeHandle
SendIsolated
(
136
static ScopedMessagePipeHandle
SendIsolated
(
166
// notes on |OutgoingInvitation::
SendIsolated
()|.
invitation.cc
174
ScopedMessagePipeHandle OutgoingInvitation::
SendIsolated
(
189
ScopedMessagePipeHandle OutgoingInvitation::
SendIsolated
(
/external/libchrome/mojo/public/cpp/system/tests/
invitation_unittest.cc
116
OutgoingInvitation::
SendIsolated
(std::move(channel_endpoint));
127
OutgoingInvitation::
SendIsolated
(std::move(server_endpoint));
219
TEST_P(InvitationCppTest,
SendIsolated
) {
254
ScopedMessagePipeHandle pipe0 = OutgoingInvitation::
SendIsolated
(
256
ScopedMessagePipeHandle pipe1 = OutgoingInvitation::
SendIsolated
(
Completed in 599 milliseconds