Searched refs:PlatformChannel (Results 1 – 11 of 11) sorted by relevance
32 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()
150 const char PlatformChannel::kHandleSwitch[] = "mojo-platform-channel-handle";152 PlatformChannel::PlatformChannel() { in PlatformChannel() function in mojo::PlatformChannel160 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 …]
28 The `PlatformChannel` type abstracts a platform-specific IPC FIFO primitive31 a `PlatformChannel` instance creates the underlying system primitive with two41 an example of using `PlatformChannel` with an invitation to bootstrap IPC48 facilitate communication similarly to `PlatformChannel`.
67 base::Optional<PlatformChannel> channel;172 return PlatformChannel::RecoverPassedEndpointFromCommandLine( in RecoverEndpointFromCommandLine()251 PlatformChannel channel1; in TEST()252 PlatformChannel channel2; in TEST()
74 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()
244 PlatformChannel channel; in TEST()
329 PlatformChannel node_channel; in SendBrokerClientInvitationOnIOThread()835 PlatformChannel broker_channel; in OnAddBrokerClient()1035 PlatformChannel new_channel; in OnRequestIntroduction()
817 PlatformChannel channel; in TEST_F()870 PlatformChannel channel; in TEST_F()
109 mojo::PlatformChannel channel; in StartChildWithExtraSwitch()232 mojo::PlatformChannel::RecoverPassedEndpointFromCommandLine( in ChildSetup()243 PlatformChannel::RecoverPassedEndpointFromCommandLine(command_line)); in ChildSetup()
24 PlatformChannel channel; in ~IsolatedConnection()
420 mojo::PlatformChannel channel;464 mojo::PlatformChannel::RecoverPassedEndpointFromCommandLine(