Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/ports/
Dnode_delegate.h31 virtual void PortStatusChanged(const PortRef& port_ref) = 0;
Dnode.cc193 delegate_->PortStatusChanged(port_ref); in InitializePort()
421 delegate_->PortStatusChanged(local_peer); in MergePorts()
533 delegate_->PortStatusChanged(port_ref); in OnUserMessage()
638 delegate_->PortStatusChanged(port_ref); in OnObserveProxy()
747 delegate_->PortStatusChanged(port_ref); in OnObserveClosure()
1158 delegate_->PortStatusChanged(local_peer); in PrepareToForwardUserMessage()
1347 delegate_->PortStatusChanged(port); in DestroyAllPortsWithPeer()
Dports_unittest.cc213 void PortStatusChanged(const PortRef& port) override { in PortStatusChanged() function in mojo::core::ports::test::__anon08d48a8c0111::TestNode
/external/libchrome/mojo/core/
Dnode_controller.h186 void PortStatusChanged(const ports::PortRef& port) override;
Dnode_controller.cc710 void NodeController::PortStatusChanged(const ports::PortRef& port) { in PortStatusChanged() function in mojo::core::NodeController