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

/system/core/adb/
H A Dtransport_test.cpp169 bool should_match = (type == kTransportLocal); local
171 EXPECT_EQ(should_match, t.MatchesTarget("100.100.100.100"));
172 EXPECT_EQ(should_match, t.MatchesTarget("tcp:100.100.100.100"));
173 EXPECT_EQ(should_match, t.MatchesTarget("tcp:100.100.100.100:5555"));
174 EXPECT_EQ(should_match, t.MatchesTarget("udp:100.100.100.100"));
175 EXPECT_EQ(should_match, t.MatchesTarget("udp:100.100.100.100:5555"));

Completed in 5 milliseconds