Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.h32 class COMPONENT_EXPORT(MOJO_CPP_PLATFORM) PlatformChannel { in COMPONENT_EXPORT()
50 PlatformChannel(); in COMPONENT_EXPORT()
51 PlatformChannel(PlatformChannel&& other); in COMPONENT_EXPORT()
52 ~PlatformChannel(); in COMPONENT_EXPORT()
54 PlatformChannel& operator=(PlatformChannel&& other); in COMPONENT_EXPORT()
112 DISALLOW_COPY_AND_ASSIGN(PlatformChannel); in COMPONENT_EXPORT()
Dplatform_channel.cc150 const char PlatformChannel::kHandleSwitch[] = "mojo-platform-channel-handle";
152 PlatformChannel::PlatformChannel() { in PlatformChannel() function in mojo::PlatformChannel
160 PlatformChannel::PlatformChannel(PlatformChannel&& other) = default;
162 PlatformChannel::~PlatformChannel() = default;
164 PlatformChannel& PlatformChannel::operator=(PlatformChannel&& other) = default;
166 void PlatformChannel::PrepareToPassRemoteEndpoint(HandlePassingInfo* info, in PrepareToPassRemoteEndpoint()
202 void PlatformChannel::PrepareToPassRemoteEndpoint( in PrepareToPassRemoteEndpoint()
211 void PlatformChannel::PrepareToPassRemoteEndpoint( in PrepareToPassRemoteEndpoint()
225 void PlatformChannel::RemoteProcessLaunchAttempted() { in RemoteProcessLaunchAttempted()
238 PlatformChannelEndpoint PlatformChannel::RecoverPassedEndpointFromString( in RecoverPassedEndpointFromString()
[all …]
DREADME.md28 The `PlatformChannel` type abstracts a platform-specific IPC FIFO primitive
31 a `PlatformChannel` instance creates the underlying system primitive with two
41 an example of using `PlatformChannel` with an invitation to bootstrap IPC
48 facilitate communication similarly to `PlatformChannel`.
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc67 base::Optional<PlatformChannel> channel;
172 return PlatformChannel::RecoverPassedEndpointFromCommandLine( in RecoverEndpointFromCommandLine()
251 PlatformChannel channel1; in TEST()
252 PlatformChannel channel2; in TEST()
/external/libchrome/mojo/core/
Dinvitation_unittest.cc74 void PrepareToPassRemoteEndpoint(PlatformChannel* channel, in PrepareToPassRemoteEndpoint()
90 switch_name = PlatformChannel::kHandleSwitch;
144 PlatformChannel channel; in TEST_F()
302 base::Optional<PlatformChannel> channel; in LaunchChildTestClient()
403 PlatformChannel::RecoverPassedEndpointFromCommandLine(command_line);
405 channel_endpoint = PlatformChannel::RecoverPassedEndpointFromString(
724 PlatformChannel secondary_transport; in TEST_F()
797 PlatformChannel channel1; in TEST_F()
798 PlatformChannel channel2; in TEST_F()
817 PlatformChannel channel; in TEST_F()
Dchannel_unittest.cc244 PlatformChannel channel; in TEST()
Dnode_controller.cc329 PlatformChannel node_channel; in SendBrokerClientInvitationOnIOThread()
835 PlatformChannel broker_channel; in OnAddBrokerClient()
1035 PlatformChannel new_channel; in OnRequestIntroduction()
Dmessage_unittest.cc817 PlatformChannel channel; in TEST_F()
870 PlatformChannel channel; in TEST_F()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc109 mojo::PlatformChannel channel; in StartChildWithExtraSwitch()
232 mojo::PlatformChannel::RecoverPassedEndpointFromCommandLine( in ChildSetup()
243 PlatformChannel::RecoverPassedEndpointFromCommandLine(command_line)); in ChildSetup()
/external/libchrome/mojo/public/cpp/system/
Disolated_connection.cc24 PlatformChannel channel; in ~IsolatedConnection()
DREADME.md420 mojo::PlatformChannel channel;
464 mojo::PlatformChannel::RecoverPassedEndpointFromCommandLine(