Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp3360 void expectVpnFallthroughWorks(android::net::INetd* netdService, bool bypassable, uid_t uid, in expectVpnFallthroughWorks() argument
3400 EXPECT_EQ(bypassable ? vpnNetId : fallthroughNetId, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks()
3404 EXPECT_EQ(bypassable ? vpnNetId : fallthroughNetId, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks()
3427 if (bypassable) { in expectVpnFallthroughWorks()