Home
last modified time | relevance | path

Searched refs:remote_peer_port (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/core/
Dinvitation_dispatcher.cc34 ports::PortRef remote_peer_port) { in AttachMessagePipe() argument
36 auto result = attached_ports_.emplace(name.as_string(), remote_peer_port); in AttachMessagePipe()
38 Core::Get()->GetNodeController()->ClosePort(remote_peer_port); in AttachMessagePipe()
47 ports::PortRef remote_peer_port; in ExtractMessagePipe() local
53 remote_peer_port = std::move(it->second); in ExtractMessagePipe()
58 Core::Get()->CreatePartialMessagePipe(remote_peer_port); in ExtractMessagePipe()
Dinvitation_dispatcher.h29 ports::PortRef remote_peer_port) override;
Ddispatcher.h133 ports::PortRef remote_peer_port);
Ddispatcher.cc100 ports::PortRef remote_peer_port) { in AttachMessagePipe() argument
Dcore.cc1226 ports::PortRef remote_peer_port; in AttachMessagePipeToInvitation() local
1227 MojoHandle local_handle = CreatePartialMessagePipe(&remote_peer_port); in AttachMessagePipeToInvitation()
1233 std::move(remote_peer_port)); in AttachMessagePipeToInvitation()