HomeSort by relevance Sort by last modified time
    Searched refs:remote_peer_port (Results 1 - 5 of 5) sorted by null

  /external/libchrome/mojo/core/
invitation_dispatcher.cc 34 ports::PortRef remote_peer_port) {
36 auto result = attached_ports_.emplace(name.as_string(), remote_peer_port);
38 Core::Get()->GetNodeController()->ClosePort(remote_peer_port);
47 ports::PortRef remote_peer_port; local
53 remote_peer_port = std::move(it->second);
58 Core::Get()->CreatePartialMessagePipe(remote_peer_port);
invitation_dispatcher.h 29 ports::PortRef remote_peer_port) override;
dispatcher.cc 100 ports::PortRef remote_peer_port) {
dispatcher.h 133 ports::PortRef remote_peer_port);
core.cc 1226 ports::PortRef remote_peer_port; local
    [all...]

Completed in 121 milliseconds