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

  /external/libchrome/mojo/core/ports/
event.cc 37 PortName proxy_port_name; member in struct:mojo::core::ports::__anon27764::ObserveProxyEventData
243 const PortName& proxy_port_name,
248 proxy_port_name_(proxy_port_name),
263 port_name, data->proxy_node_name, data->proxy_port_name,
274 data->proxy_port_name = proxy_port_name_;
event.h 178 const PortName& proxy_port_name,
184 const PortName& proxy_port_name() const { return proxy_port_name_; } function
node.cc 567 DestroyAllPortsWithPeer(event->proxy_node_name(), event->proxy_port_name());
582 << ", proxy at " << event->proxy_port_name() << "@"
595 port->peer_port_name == event->proxy_port_name()) {
601 event->proxy_port_name(), port->next_sequence_num_to_send - 1);
604 << "@" << name_ << " to " << event->proxy_port_name() << "@"
617 DVLOG(2) << "Delaying ObserveProxyAck to " << event->proxy_port_name()
622 std::make_unique<ObserveProxyAckEvent>(event->proxy_port_name(),
    [all...]

Completed in 130 milliseconds