Lines Matching refs:ShouldAcceptHostnameFrom
5107 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth0")); in TEST_F()
5108 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth1")); in TEST_F()
5109 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("wlan0")); in TEST_F()
5112 EXPECT_TRUE(manager()->ShouldAcceptHostnameFrom("eth0")); in TEST_F()
5113 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth1")); in TEST_F()
5114 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("wlan0")); in TEST_F()
5117 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth0")); in TEST_F()
5118 EXPECT_TRUE(manager()->ShouldAcceptHostnameFrom("eth1")); in TEST_F()
5119 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("wlan0")); in TEST_F()
5122 EXPECT_TRUE(manager()->ShouldAcceptHostnameFrom("eth0")); in TEST_F()
5123 EXPECT_TRUE(manager()->ShouldAcceptHostnameFrom("eth1")); in TEST_F()
5124 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("wlan0")); in TEST_F()
5127 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth0")); in TEST_F()
5128 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth1")); in TEST_F()
5129 EXPECT_TRUE(manager()->ShouldAcceptHostnameFrom("wlan0")); in TEST_F()
5132 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth0")); in TEST_F()
5133 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("eth1")); in TEST_F()
5134 EXPECT_FALSE(manager()->ShouldAcceptHostnameFrom("wlan0")); in TEST_F()