Searched refs:regex1 (Results 1 – 2 of 2) sorted by relevance
/system/hardware/interfaces/net/netd/aidl/vts/ |
D | VtsHalNetNetdV1TargetTest.cpp | 286 std::string regex1 = in TEST_P() local 291 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P() 296 EXPECT_EQ(2, countMatchingIpRules(regex1)); in TEST_P() 302 EXPECT_EQ(4, countMatchingIpRules(regex1)); in TEST_P() 306 EXPECT_EQ(2, countMatchingIpRules(regex1)); in TEST_P() 310 EXPECT_EQ(2, countMatchingIpRules(regex1)); in TEST_P() 315 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P() 320 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P() 327 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P()
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 280 std::string regex1 = in TEST_P() local 285 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P() 290 EXPECT_EQ(2, countMatchingIpRules(regex1)); in TEST_P() 296 EXPECT_EQ(4, countMatchingIpRules(regex1)); in TEST_P() 300 EXPECT_EQ(2, countMatchingIpRules(regex1)); in TEST_P() 304 EXPECT_EQ(2, countMatchingIpRules(regex1)); in TEST_P() 309 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P() 314 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P() 320 EXPECT_EQ(0, countMatchingIpRules(regex1)); in TEST_P()
|