Home
last modified time | relevance | path

Searched refs:named_channel (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
DREADME.md60 mojo::NamedPlatformChannel named_channel(options);
62 named_channel.TakeServerEndpoint());
63 SendServerNameToRemoteProcessSomehow(named_channel.GetServerName());
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc90 NamedPlatformChannel named_channel(named_channel_options); local
91 named_channel.PassServerNameOnCommandLine(&command_line);
92 server_endpoint = named_channel.TakeServerEndpoint();
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc155 NamedPlatformChannel named_channel(options); in StartChildWithExtraSwitch() local
156 server_endpoint = named_channel.TakeServerEndpoint(); in StartChildWithExtraSwitch()
/external/libchrome/mojo/core/
Dinvitation_unittest.cc303 base::Optional<NamedPlatformChannel> named_channel; in LaunchChildTestClient() local
319 named_channel.emplace(named_channel_options); in LaunchChildTestClient()
320 named_channel->PassServerNameOnCommandLine(&command_line); in LaunchChildTestClient()
322 named_channel->TakeServerEndpoint().TakePlatformHandle(); in LaunchChildTestClient()
Dnode_controller.cc343 NamedPlatformChannel named_channel(options); in SendBrokerClientInvitationOnIOThread() local
345 ConnectionParams(named_channel.TakeServerEndpoint()); in SendBrokerClientInvitationOnIOThread()
346 broker_host->SendNamedChannel(named_channel.GetServerName()); in SendBrokerClientInvitationOnIOThread()