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) : in PhysicalNetwork() function in android::net::PhysicalNetwork
63 PhysicalNetwork::~PhysicalNetwork() {} in ~PhysicalNetwork()
65 Permission PhysicalNetwork::getPermission() const { in getPermission()
69 int PhysicalNetwork::destroySocketsLackingPermission(Permission permission) { in destroySocketsLackingPermission()
86 void PhysicalNetwork::invalidateRouteCache(const std::string& interface) { in invalidateRouteCache()
98 int PhysicalNetwork::setPermission(Permission permission) { in setPermission()
135 int PhysicalNetwork::addAsDefault() { in addAsDefault()
148 int PhysicalNetwork::removeAsDefault() { in removeAsDefault()
161 int PhysicalNetwork::addUsers(const UidRanges& uidRanges, uint32_t subPriority) { in addUsers()
178 int PhysicalNetwork::removeUsers(const UidRanges& uidRanges, uint32_t subPriority) { in removeUsers()
193 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface()
211 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface()
233 bool PhysicalNetwork::isValidSubPriority(uint32_t priority) { in isValidSubPriority()