Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport_test.cpp184 bool should_match = (type == kTransportLocal); in TEST_F() local
186 EXPECT_EQ(should_match, t.MatchesTarget("100.100.100.100")); in TEST_F()
187 EXPECT_EQ(should_match, t.MatchesTarget("tcp:100.100.100.100")); in TEST_F()
188 EXPECT_EQ(should_match, t.MatchesTarget("tcp:100.100.100.100:5555")); in TEST_F()
189 EXPECT_EQ(should_match, t.MatchesTarget("udp:100.100.100.100")); in TEST_F()
190 EXPECT_EQ(should_match, t.MatchesTarget("udp:100.100.100.100:5555")); in TEST_F()