Searched refs:InitializePort (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/mojo/edk/system/ports/
H A Dnode.h78 // initialized using InitializePort. This method is useful for bootstrapping
84 int InitializePort(const PortRef& port_ref,
H A Dnode.cc129 int Node::InitializePort(const PortRef& port_ref, function in class:mojo::edk::ports::Node
160 rv = InitializePort(*port0_ref, name_, port1_ref->name());
164 rv = InitializePort(*port1_ref, name_, port0_ref->name());
H A Dports_unittest.cc371 EXPECT_EQ(OK, node0->node().InitializePort(*port0, node1->name(),
373 EXPECT_EQ(OK, node1->node().InitializePort(*port1, node0->name(),

Completed in 87 milliseconds