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 147 EXPECT_TRUE(t.MatchesTarget(serial));
148 EXPECT_TRUE(t.MatchesTarget(devpath));
149 EXPECT_TRUE(t.MatchesTarget("product:" + product));
150 EXPECT_TRUE(t.MatchesTarget("model:" + model));
151 EXPECT_TRUE(t.MatchesTarget("device:" + device));
154 EXPECT_FALSE(t.MatchesTarget(product));
155 EXPECT_FALSE(t.MatchesTarget(model));
156 EXPECT_FALSE(t.MatchesTarget(device));
171 EXPECT_EQ(should_match, t.MatchesTarget("100.100.100.100"));
172 EXPECT_EQ(should_match, t.MatchesTarget("tcp:100.100.100.100"))
    [all...]
transport.h 188 bool MatchesTarget(const std::string& target) const;
transport.cpp 751 if (t->MatchesTarget(serial)) {
931 bool atransport::MatchesTarget(const std::string& target) const {
    [all...]

Completed in 68 milliseconds