Searched refs:SendStringMessageWithPort (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/mojo/core/ports/ |
D | ports_unittest.cc | 142 int SendStringMessageWithPort(const PortRef& port, in SendStringMessageWithPort() function in mojo::core::ports::test::__anon08d48a8c0111::TestNode 150 int SendStringMessageWithPort(const PortRef& port, in SendStringMessageWithPort() function in mojo::core::ports::test::__anon08d48a8c0111::TestNode 153 return SendStringMessageWithPort(port, s, sent_port.name()); in SendStringMessageWithPort() 424 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "hello", a1)); in TEST_F() 448 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "hello", b1)); in TEST_F() 475 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "hello", a1)); in TEST_F() 478 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "foo", a0)); in TEST_F() 482 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "bar", b1)); in TEST_F() 511 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "foo", a1)); in TEST_F() 541 EXPECT_EQ(OK, node0.SendStringMessageWithPort(x0, "take a1", a1)); in TEST_F() [all …]
|