Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dbinder_test.cpp3408 void expectVpnFallthroughWorks(android::net::INetd* netdService, bool bypassable, uid_t uid, in expectVpnFallthroughWorks() argument
3448 EXPECT_EQ(bypassable ? vpnNetId : fallthroughNetId, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks()
3452 EXPECT_EQ(bypassable ? vpnNetId : fallthroughNetId, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks()
3475 if (bypassable) { in expectVpnFallthroughWorks()