Searched refs:PlatformChannelServerEndpoint (Results 1 – 15 of 15) sorted by relevance
9 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint() = default;11 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint(12 PlatformChannelServerEndpoint&& other) = default;14 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint( in PlatformChannelServerEndpoint() function in mojo::PlatformChannelServerEndpoint18 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()
18 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()
81 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()
72 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()
16 server_endpoint_ = PlatformChannelServerEndpoint( in NamedPlatformChannel()
22 explicit ConnectionParams(PlatformChannelServerEndpoint server_endpoint);29 const PlatformChannelServerEndpoint& server_endpoint() const { in server_endpoint()35 PlatformChannelServerEndpoint TakeServerEndpoint() { in TakeServerEndpoint()41 PlatformChannelServerEndpoint server_endpoint_;
20 PlatformChannelServerEndpoint server_endpoint) in ConnectionParams()
706 PlatformChannelServerEndpoint server_;
1345 ConnectionParams(PlatformChannelServerEndpoint(std::move(endpoint))); in SendInvitation()1438 ConnectionParams(PlatformChannelServerEndpoint(std::move(endpoint))); in AcceptInvitation()
99 PlatformChannelServerEndpoint server_endpoint,137 PlatformChannelServerEndpoint server_endpoint,
50 ScopedMessagePipeHandle Connect(PlatformChannelServerEndpoint endpoint);
36 PlatformChannelServerEndpoint endpoint) { in Connect()
165 PlatformChannelServerEndpoint server_endpoint, in Send()190 PlatformChannelServerEndpoint server_endpoint, in SendIsolated()
148 PlatformChannelServerEndpoint server_endpoint; in StartChildWithExtraSwitch()
69 PlatformChannelServerEndpoint server_endpoint;