Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dtest_utils.h38 bool ipRouteExists(const char* ipVersion, const char* table, const std::string& ipRoute);
H A Dtest_utils.cpp91 bool ipRouteExists(const char* ipVersion, const char* table, const std::string& ipRoute) { in ipRouteExists() function
H A Dbinder_test.cpp1788 EXPECT_TRUE(ipRouteExists(ipVersion, table, ipRouteString(ifName, dst, nextHop, mtu))) in expectNetworkRouteExistsWithMtu()
1802 EXPECT_FALSE(ipRouteExists(ipVersion, table, ipRouteString(ifName, dst, nextHop, ""))) in expectNetworkRouteDoesNotExist()