HomeSort by relevance Sort by last modified time
    Searched refs:MatchesTarget (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
transport_test.cpp 163 EXPECT_TRUE(t.MatchesTarget(serial));
164 EXPECT_TRUE(t.MatchesTarget(devpath));
165 EXPECT_TRUE(t.MatchesTarget("product:" + product));
166 EXPECT_TRUE(t.MatchesTarget("model:" + model));
167 EXPECT_TRUE(t.MatchesTarget("device:" + device));
170 EXPECT_FALSE(t.MatchesTarget(product));
171 EXPECT_FALSE(t.MatchesTarget(model));
172 EXPECT_FALSE(t.MatchesTarget(device));
187 EXPECT_EQ(should_match, t.MatchesTarget("100.100.100.100"));
188 EXPECT_EQ(should_match, t.MatchesTarget("tcp:100.100.100.100"))
    [all...]
transport.h 163 bool MatchesTarget(const std::string& target) const;
transport.cpp 684 if (t->MatchesTarget(serial)) {
864 bool atransport::MatchesTarget(const std::string& target) const {
    [all...]

Completed in 199 milliseconds