Home
last modified time | relevance | path

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

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