Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dconnection_params.h35 PlatformChannelServerEndpoint TakeServerEndpoint() { in TakeServerEndpoint() function
Dchannel_win.cc41 handle_ = connection_params.TakeServerEndpoint() in ChannelWin()
Dchannel_posix.cc106 server_ = connection_params.TakeServerEndpoint(); in ChannelPosix()
Dinvitation_unittest.cc322 named_channel->TakeServerEndpoint().TakePlatformHandle(); in LaunchChildTestClient()
Dnode_controller.cc345 ConnectionParams(named_channel.TakeServerEndpoint()); in SendBrokerClientInvitationOnIOThread()
Dcore.cc1364 connection_params.TakeServerEndpoint().TakePlatformHandle().release(); in SendInvitation()
/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel.h85 PlatformChannelServerEndpoint TakeServerEndpoint() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
DREADME.md62 named_channel.TakeServerEndpoint());
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc156 server_endpoint = named_channel.TakeServerEndpoint(); in StartChildWithExtraSwitch()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc92 server_endpoint = named_channel.TakeServerEndpoint();