Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DRouteControllerTest.cpp135 bool hasLocalInterfaceInRouteTable(const char* iface) { in hasLocalInterfaceInRouteTable() function
159 EXPECT_TRUE(hasLocalInterfaceInRouteTable(TEST_IFACE1)); in TEST_F()
163 EXPECT_TRUE(hasLocalInterfaceInRouteTable(TEST_IFACE2)); in TEST_F()
168 EXPECT_FALSE(hasLocalInterfaceInRouteTable(TEST_IFACE1)); in TEST_F()
170 EXPECT_TRUE(hasLocalInterfaceInRouteTable(TEST_IFACE2)); in TEST_F()
173 EXPECT_FALSE(hasLocalInterfaceInRouteTable(TEST_IFACE2)); in TEST_F()