Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.h161 bool canProtectLocked(uid_t uid) const;
DNetworkController.cpp343 fwmark.protectedFromVpn = explicitlySelected && canProtectLocked(uid); in getNetworkContext()
702 bool NetworkController::canProtectLocked(uid_t uid) const { in canProtectLocked() function in android::net::NetworkController
709 return canProtectLocked(uid); in canProtect()