Home
last modified time | relevance | path

Searched refs:PlatformChannelServerEndpoint (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel_server_endpoint.cc9 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint() = default;
11 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint(
12 PlatformChannelServerEndpoint&& other) = default;
14 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint( in PlatformChannelServerEndpoint() function in mojo::PlatformChannelServerEndpoint
18 PlatformChannelServerEndpoint::~PlatformChannelServerEndpoint() = default;
20 PlatformChannelServerEndpoint& PlatformChannelServerEndpoint::operator=(
21 PlatformChannelServerEndpoint&& other) = default;
23 void PlatformChannelServerEndpoint::reset() { in reset()
27 PlatformChannelServerEndpoint PlatformChannelServerEndpoint::Clone() const { in Clone()
28 return PlatformChannelServerEndpoint(handle_.Clone()); in Clone()
Dplatform_channel_server_endpoint.h18 class COMPONENT_EXPORT(MOJO_CPP_PLATFORM) PlatformChannelServerEndpoint { in COMPONENT_EXPORT()
20 PlatformChannelServerEndpoint(); in COMPONENT_EXPORT()
21 PlatformChannelServerEndpoint(PlatformChannelServerEndpoint&& other); in COMPONENT_EXPORT()
22 explicit PlatformChannelServerEndpoint(PlatformHandle handle); in COMPONENT_EXPORT()
23 ~PlatformChannelServerEndpoint(); in COMPONENT_EXPORT()
25 PlatformChannelServerEndpoint& operator=( in COMPONENT_EXPORT()
26 PlatformChannelServerEndpoint&& other); in COMPONENT_EXPORT()
30 PlatformChannelServerEndpoint Clone() const; in COMPONENT_EXPORT()
41 DISALLOW_COPY_AND_ASSIGN(PlatformChannelServerEndpoint); in COMPONENT_EXPORT()
Dnamed_platform_channel_posix.cc81 PlatformChannelServerEndpoint NamedPlatformChannel::CreateServerEndpoint( in CreateServerEndpoint()
92 return PlatformChannelServerEndpoint(); in CreateServerEndpoint()
98 return PlatformChannelServerEndpoint(); in CreateServerEndpoint()
104 return PlatformChannelServerEndpoint(); in CreateServerEndpoint()
108 return PlatformChannelServerEndpoint(); in CreateServerEndpoint()
114 return PlatformChannelServerEndpoint(); in CreateServerEndpoint()
121 return PlatformChannelServerEndpoint(); in CreateServerEndpoint()
125 return PlatformChannelServerEndpoint(std::move(handle)); in CreateServerEndpoint()
Dnamed_platform_channel.h72 const PlatformChannelServerEndpoint& server_endpoint() const { in COMPONENT_EXPORT()
85 PlatformChannelServerEndpoint TakeServerEndpoint() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
108 static PlatformChannelServerEndpoint CreateServerEndpoint( in COMPONENT_EXPORT()
115 PlatformChannelServerEndpoint server_endpoint_; in COMPONENT_EXPORT()
Dnamed_platform_channel.cc16 server_endpoint_ = PlatformChannelServerEndpoint( in NamedPlatformChannel()
/external/libchrome/mojo/core/
Dconnection_params.h22 explicit ConnectionParams(PlatformChannelServerEndpoint server_endpoint);
29 const PlatformChannelServerEndpoint& server_endpoint() const { in server_endpoint()
35 PlatformChannelServerEndpoint TakeServerEndpoint() { in TakeServerEndpoint()
41 PlatformChannelServerEndpoint server_endpoint_;
Dconnection_params.cc20 PlatformChannelServerEndpoint server_endpoint) in ConnectionParams()
Dchannel_posix.cc706 PlatformChannelServerEndpoint server_;
Dcore.cc1345 ConnectionParams(PlatformChannelServerEndpoint(std::move(endpoint))); in SendInvitation()
1438 ConnectionParams(PlatformChannelServerEndpoint(std::move(endpoint))); in AcceptInvitation()
/external/libchrome/mojo/public/cpp/system/
Dinvitation.h99 PlatformChannelServerEndpoint server_endpoint,
137 PlatformChannelServerEndpoint server_endpoint,
Disolated_connection.h50 ScopedMessagePipeHandle Connect(PlatformChannelServerEndpoint endpoint);
Disolated_connection.cc36 PlatformChannelServerEndpoint endpoint) { in Connect()
Dinvitation.cc165 PlatformChannelServerEndpoint server_endpoint, in Send()
190 PlatformChannelServerEndpoint server_endpoint, in SendIsolated()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc148 PlatformChannelServerEndpoint server_endpoint; in StartChildWithExtraSwitch()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc69 PlatformChannelServerEndpoint server_endpoint;