Searched refs:named_channel (Results 1 – 5 of 5) sorted by relevance
60 mojo::NamedPlatformChannel named_channel(options);62 named_channel.TakeServerEndpoint());63 SendServerNameToRemoteProcessSomehow(named_channel.GetServerName());
90 NamedPlatformChannel named_channel(named_channel_options); local91 named_channel.PassServerNameOnCommandLine(&command_line);92 server_endpoint = named_channel.TakeServerEndpoint();
155 NamedPlatformChannel named_channel(options); in StartChildWithExtraSwitch() local156 server_endpoint = named_channel.TakeServerEndpoint(); in StartChildWithExtraSwitch()
303 base::Optional<NamedPlatformChannel> named_channel; in LaunchChildTestClient() local319 named_channel.emplace(named_channel_options); in LaunchChildTestClient()320 named_channel->PassServerNameOnCommandLine(&command_line); in LaunchChildTestClient()322 named_channel->TakeServerEndpoint().TakePlatformHandle(); in LaunchChildTestClient()
343 NamedPlatformChannel named_channel(options); in SendBrokerClientInvitationOnIOThread() local345 ConnectionParams(named_channel.TakeServerEndpoint()); in SendBrokerClientInvitationOnIOThread()346 broker_host->SendNamedChannel(named_channel.GetServerName()); in SendBrokerClientInvitationOnIOThread()