Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel_endpoint.cc9 PlatformChannelEndpoint::PlatformChannelEndpoint() = default;
11 PlatformChannelEndpoint::PlatformChannelEndpoint(
12 PlatformChannelEndpoint&& other) = default;
14 PlatformChannelEndpoint::PlatformChannelEndpoint(PlatformHandle handle) in PlatformChannelEndpoint() function in mojo::PlatformChannelEndpoint
17 PlatformChannelEndpoint::~PlatformChannelEndpoint() = default;
19 PlatformChannelEndpoint& PlatformChannelEndpoint::operator=(
20 PlatformChannelEndpoint&& other) = default;
22 void PlatformChannelEndpoint::reset() { in reset()
26 PlatformChannelEndpoint PlatformChannelEndpoint::Clone() const { in Clone()
27 return PlatformChannelEndpoint(handle_.Clone()); in Clone()
Dplatform_channel_endpoint.h18 class COMPONENT_EXPORT(MOJO_CPP_PLATFORM) PlatformChannelEndpoint { in COMPONENT_EXPORT()
20 PlatformChannelEndpoint(); in COMPONENT_EXPORT()
21 PlatformChannelEndpoint(PlatformChannelEndpoint&& other); in COMPONENT_EXPORT()
22 explicit PlatformChannelEndpoint(PlatformHandle handle); in COMPONENT_EXPORT()
23 ~PlatformChannelEndpoint(); in COMPONENT_EXPORT()
25 PlatformChannelEndpoint& operator=(PlatformChannelEndpoint&& other); in COMPONENT_EXPORT()
29 PlatformChannelEndpoint Clone() const; in COMPONENT_EXPORT()
40 DISALLOW_COPY_AND_ASSIGN(PlatformChannelEndpoint); in COMPONENT_EXPORT()
Dplatform_channel.h56 const PlatformChannelEndpoint& local_endpoint() const { in COMPONENT_EXPORT()
59 const PlatformChannelEndpoint& remote_endpoint() const { in COMPONENT_EXPORT()
63 PlatformChannelEndpoint TakeLocalEndpoint() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
67 PlatformChannelEndpoint TakeRemoteEndpoint() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
100 static PlatformChannelEndpoint RecoverPassedEndpointFromString( in COMPONENT_EXPORT()
105 static PlatformChannelEndpoint RecoverPassedEndpointFromCommandLine( in COMPONENT_EXPORT()
109 PlatformChannelEndpoint local_endpoint_; in COMPONENT_EXPORT()
110 PlatformChannelEndpoint remote_endpoint_; in COMPONENT_EXPORT()
Dplatform_channel.cc156 local_endpoint_ = PlatformChannelEndpoint(std::move(local_handle)); in PlatformChannel()
157 remote_endpoint_ = PlatformChannelEndpoint(std::move(remote_handle)); in PlatformChannel()
238 PlatformChannelEndpoint PlatformChannel::RecoverPassedEndpointFromString( in RecoverPassedEndpointFromString()
244 return PlatformChannelEndpoint(); in RecoverPassedEndpointFromString()
246 return PlatformChannelEndpoint( in RecoverPassedEndpointFromString()
252 return PlatformChannelEndpoint(); in RecoverPassedEndpointFromString()
254 return PlatformChannelEndpoint(PlatformHandle(zx::handle( in RecoverPassedEndpointFromString()
260 return PlatformChannelEndpoint(); in RecoverPassedEndpointFromString()
262 return PlatformChannelEndpoint(PlatformHandle( in RecoverPassedEndpointFromString()
269 return PlatformChannelEndpoint(); in RecoverPassedEndpointFromString()
[all …]
Dnamed_platform_channel_posix.cc129 PlatformChannelEndpoint NamedPlatformChannel::CreateClientEndpoint( in CreateClientEndpoint()
136 return PlatformChannelEndpoint(); in CreateClientEndpoint()
140 return PlatformChannelEndpoint(); in CreateClientEndpoint()
146 return PlatformChannelEndpoint(); in CreateClientEndpoint()
148 return PlatformChannelEndpoint(std::move(handle)); in CreateClientEndpoint()
Dnamed_platform_channel.cc44 PlatformChannelEndpoint NamedPlatformChannel::ConnectToServer( in ConnectToServer()
51 PlatformChannelEndpoint NamedPlatformChannel::ConnectToServer( in ConnectToServer()
55 return PlatformChannelEndpoint(); in ConnectToServer()
Dnamed_platform_channel.h99 static PlatformChannelEndpoint ConnectToServer(const ServerName& server_name) in COMPONENT_EXPORT()
104 static PlatformChannelEndpoint ConnectToServer( in COMPONENT_EXPORT()
111 static PlatformChannelEndpoint CreateClientEndpoint( in COMPONENT_EXPORT()
DREADME.md33 `PlatformChannelEndpoint` for additional type-safety. One endpoint is designated
68 mojo::PlatformChannelEndpoint endpoint =
/external/libchrome/mojo/core/
Dconnection_params.h21 explicit ConnectionParams(PlatformChannelEndpoint endpoint);
28 const PlatformChannelEndpoint& endpoint() const { return endpoint_; } in endpoint()
33 PlatformChannelEndpoint TakeEndpoint() { return std::move(endpoint_); } in TakeEndpoint()
40 PlatformChannelEndpoint endpoint_;
Dbroker.h30 PlatformChannelEndpoint GetInviterEndpoint();
42 PlatformChannelEndpoint inviter_endpoint_;
Dbroker_posix.cc84 PlatformChannelEndpoint(std::move(incoming_platform_handles[0])); in Broker()
90 PlatformChannelEndpoint Broker::GetInviterEndpoint() { in GetInviterEndpoint()
Dconnection_params.cc16 ConnectionParams::ConnectionParams(PlatformChannelEndpoint endpoint) in ConnectionParams()
Dchannel_unittest.cc187 PlatformChannelEndpoint endpoint, in ChannelTestShutdownAndWriteDelegate()
Dnode_controller.cc214 PlatformChannelEndpoint endpoint = broker_->GetInviterEndpoint(); in AcceptBrokerClientInvitation()
918 ConnectionParams(PlatformChannelEndpoint(std::move(broker_channel))), in OnAcceptBrokerClient()
1059 ConnectionParams(PlatformChannelEndpoint(std::move(channel_handle))), in OnIntroduce()
Dcore.cc1350 ConnectionParams(PlatformChannelEndpoint(std::move(endpoint))); in SendInvitation()
1443 ConnectionParams(PlatformChannelEndpoint(std::move(endpoint))); in AcceptInvitation()
Dinvitation_unittest.cc398 PlatformChannelEndpoint channel_endpoint =
/external/libchrome/mojo/public/cpp/system/
Dinvitation.h91 PlatformChannelEndpoint channel_endpoint,
127 PlatformChannelEndpoint channel_endpoint,
163 static IncomingInvitation Accept(PlatformChannelEndpoint channel_endpoint);
168 PlatformChannelEndpoint channel_endpoint);
Dinvitation.cc154 PlatformChannelEndpoint channel_endpoint, in Send()
175 PlatformChannelEndpoint channel_endpoint, in SendIsolated()
217 PlatformChannelEndpoint channel_endpoint) { in Accept()
241 PlatformChannelEndpoint channel_endpoint) { in AcceptIsolated()
Disolated_connection.h46 ScopedMessagePipeHandle Connect(PlatformChannelEndpoint endpoint);
Disolated_connection.cc30 PlatformChannelEndpoint endpoint) { in Connect()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc68 PlatformChannelEndpoint channel_endpoint;
166 static PlatformChannelEndpoint RecoverEndpointFromCommandLine() { in RecoverEndpointFromCommandLine()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc147 PlatformChannelEndpoint local_channel_endpoint; in StartChildWithExtraSwitch()