Searched refs:PrepareToPassRemoteEndpoint (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 166 void PlatformChannel::PrepareToPassRemoteEndpoint(HandlePassingInfo* info, in PrepareToPassRemoteEndpoint() function in mojo::PlatformChannel 202 void PlatformChannel::PrepareToPassRemoteEndpoint( in PrepareToPassRemoteEndpoint() function in mojo::PlatformChannel 206 PrepareToPassRemoteEndpoint(info, &value); in PrepareToPassRemoteEndpoint() 211 void PlatformChannel::PrepareToPassRemoteEndpoint( in PrepareToPassRemoteEndpoint() function in mojo::PlatformChannel 215 PrepareToPassRemoteEndpoint(&options->handles_to_inherit, command_line); in PrepareToPassRemoteEndpoint() 217 PrepareToPassRemoteEndpoint(&options->handles_to_transfer, command_line); in PrepareToPassRemoteEndpoint() 219 PrepareToPassRemoteEndpoint(&options->fds_to_remap, command_line); in PrepareToPassRemoteEndpoint()
|
D | platform_channel.h | 80 void PrepareToPassRemoteEndpoint(HandlePassingInfo* info, std::string* value); in COMPONENT_EXPORT() 84 void PrepareToPassRemoteEndpoint(HandlePassingInfo* info, in COMPONENT_EXPORT() 90 void PrepareToPassRemoteEndpoint(base::LaunchOptions* options, in COMPONENT_EXPORT()
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 74 void PrepareToPassRemoteEndpoint(PlatformChannel* channel, in PrepareToPassRemoteEndpoint() function 80 channel->PrepareToPassRemoteEndpoint(&options->handles_to_transfer, &value); 82 channel->PrepareToPassRemoteEndpoint(&options->fds_to_remap, &value); 84 channel->PrepareToPassRemoteEndpoint(&options->handles_to_inherit, &value); 307 PrepareToPassRemoteEndpoint(&channel.value(), &launch_options, in LaunchChildTestClient() 726 PrepareToPassRemoteEndpoint(&secondary_transport, &options, &command_line, in TEST_F()
|
/external/libchrome/mojo/core/test/ |
D | multiprocess_test_helper.cc | 113 channel.PrepareToPassRemoteEndpoint(&options, &command_line); in StartChildWithExtraSwitch()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | invitation_unittest.cc | 74 channel->PrepareToPassRemoteEndpoint(&launch_options, &command_line);
|
/external/libchrome/mojo/public/cpp/system/ |
D | README.md | 431 channel.PrepareToPassRemoteEndpoint(&options, &command_line);
|