Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dchild_process_launcher_helper_win.cc38 mojo::NamedPlatformChannel named_channel(options); in CreateNamedPlatformChannelOnClientThread() local
39 named_channel.PassServerNameOnCommandLine(command_line()); in CreateNamedPlatformChannelOnClientThread()
40 return named_channel; in CreateNamedPlatformChannelOnClientThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dchild_process_launcher_helper_win.cc37 mojo::NamedPlatformChannel named_channel(options); in CreateNamedPlatformChannelOnClientThread() local
38 named_channel.PassServerNameOnCommandLine(command_line()); in CreateNamedPlatformChannelOnClientThread()
39 return named_channel; in CreateNamedPlatformChannelOnClientThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/platform/
H A DREADME.md60 mojo::NamedPlatformChannel named_channel(options);
62 named_channel.TakeServerEndpoint());
63 SendServerNameToRemoteProcessSomehow(named_channel.GetServerName());
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/platform/
H A DREADME.md60 mojo::NamedPlatformChannel named_channel(options);
62 named_channel.TakeServerEndpoint());
63 SendServerNameToRemoteProcessSomehow(named_channel.GetServerName());
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/system/tests/
H A Dinvitation_unittest.cc99 NamedPlatformChannel named_channel(named_channel_options); local
100 named_channel.PassServerNameOnCommandLine(&command_line);
101 server_endpoint = named_channel.TakeServerEndpoint();
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/test/
H A Dmultiprocess_test_helper.cc173 NamedPlatformChannel named_channel(channel_options); in StartChildWithExtraSwitch() local
174 server_endpoint = named_channel.TakeServerEndpoint(); in StartChildWithExtraSwitch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dinvitation_unittest.cc311 base::Optional<NamedPlatformChannel> named_channel; in LaunchChildTestClient() local
327 named_channel.emplace(named_channel_options); in LaunchChildTestClient()
328 named_channel->PassServerNameOnCommandLine(&command_line); in LaunchChildTestClient()
330 named_channel->TakeServerEndpoint().TakePlatformHandle(); in LaunchChildTestClient()
H A Dnode_controller.cc390 NamedPlatformChannel named_channel(options); in SendBrokerClientInvitationOnIOThread() local
392 ConnectionParams(named_channel.TakeServerEndpoint()); in SendBrokerClientInvitationOnIOThread()
393 broker_host->SendNamedChannel(named_channel.GetServerName()); in SendBrokerClientInvitationOnIOThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dinvitation_unittest.cc312 base::Optional<NamedPlatformChannel> named_channel; in LaunchChildTestClient() local
328 named_channel.emplace(named_channel_options); in LaunchChildTestClient()
329 named_channel->PassServerNameOnCommandLine(&command_line); in LaunchChildTestClient()
331 named_channel->TakeServerEndpoint().TakePlatformHandle(); in LaunchChildTestClient()
H A Dnode_controller.cc387 NamedPlatformChannel named_channel(options); in SendBrokerClientInvitationOnIOThread() local
389 ConnectionParams(named_channel.TakeServerEndpoint()); in SendBrokerClientInvitationOnIOThread()
390 broker_host->SendNamedChannel(named_channel.GetServerName()); in SendBrokerClientInvitationOnIOThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/external_mojo/public/cpp/
H A Dexternal_mojo_broker.cc409 mojo::NamedPlatformChannel named_channel(channel_options); in ExternalMojoBroker() local
412 named_channel.TakeServerEndpoint(); in ExternalMojoBroker()