Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc147 PlatformChannelEndpoint local_channel_endpoint; in StartChildWithExtraSwitch() local
150 local_channel_endpoint = channel.TakeLocalEndpoint(); in StartChildWithExtraSwitch()
168 if (local_channel_endpoint.is_valid()) { in StartChildWithExtraSwitch()
169 pipe = isolated_connection_->Connect(std::move(local_channel_endpoint)); in StartChildWithExtraSwitch()
186 DCHECK(local_channel_endpoint.is_valid()); in StartChildWithExtraSwitch()
188 std::move(local_channel_endpoint), in StartChildWithExtraSwitch()