Searched refs:testNetworkExistsButCannotConnect (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/netd/tests/ |
H A D | binder_test.cpp | 338 bool testNetworkExistsButCannotConnect(const sp<INetd>& netd, TunInterface& ifc, const int netId) { in testNetworkExistsButCannotConnect() function 375 EXPECT_TRUE(testNetworkExistsButCannotConnect(mNetd, sTun, INetd::DUMMY_NET_ID)); in TEST_F() 376 EXPECT_TRUE(testNetworkExistsButCannotConnect(mNetd, sTun, INetd::LOCAL_NET_ID)); in TEST_F() 377 EXPECT_TRUE(testNetworkExistsButCannotConnect(mNetd, sTun, INetd::UNREACHABLE_NET_ID)); in TEST_F() 378 EXPECT_FALSE(testNetworkExistsButCannotConnect(mNetd, sTun, 77 /* not exist */)); in TEST_F()
|