Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.h165 bool canProtectLocked(uid_t uid) const;
DNetworkController.cpp346 fwmark.protectedFromVpn = explicitlySelected && canProtectLocked(uid); in getNetworkContext()
720 bool NetworkController::canProtectLocked(uid_t uid) const { in canProtectLocked() function in android::net::NetworkController
727 return canProtectLocked(uid); in canProtect()