Lines Matching refs:PhysicalNetwork
31 PhysicalNetwork::Delegate* delegate) { in addToDefault()
43 Permission permission, PhysicalNetwork::Delegate* delegate) { in removeFromDefault()
57 PhysicalNetwork::Delegate::~Delegate() {} in ~Delegate()
59 PhysicalNetwork::PhysicalNetwork(unsigned netId, PhysicalNetwork::Delegate* delegate, bool local) in PhysicalNetwork() function in android::net::PhysicalNetwork
66 PhysicalNetwork::~PhysicalNetwork() {} in ~PhysicalNetwork()
68 Permission PhysicalNetwork::getPermission() const { in getPermission()
72 int PhysicalNetwork::destroySocketsLackingPermission(Permission permission) { in destroySocketsLackingPermission()
89 void PhysicalNetwork::invalidateRouteCache(const std::string& interface) { in invalidateRouteCache()
107 int PhysicalNetwork::setPermission(Permission permission) { in setPermission()
144 int PhysicalNetwork::addAsDefault() { in addAsDefault()
157 int PhysicalNetwork::removeAsDefault() { in removeAsDefault()
170 int PhysicalNetwork::addUsers(const UidRanges& uidRanges, int32_t subPriority) { in addUsers()
187 int PhysicalNetwork::removeUsers(const UidRanges& uidRanges, int32_t subPriority) { in removeUsers()
202 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface()
220 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface()
242 bool PhysicalNetwork::isValidSubPriority(int32_t priority) { in isValidSubPriority()