Lines Matching refs:TrafficController

110 bool TrafficController::hasUpdateDeviceStatsPermission(uid_t uid) {  in hasUpdateDeviceStatsPermission()
135 StatusOr<std::unique_ptr<NetlinkListenerInterface>> TrafficController::makeSkDestroyListener() { in makeSkDestroyListener()
169 TrafficController::TrafficController() in TrafficController() function in android::net::TrafficController
174 TrafficController::TrafficController(uint32_t perUidLimit, uint32_t totalLimit) in TrafficController() function in android::net::TrafficController
179 Status TrafficController::initMaps() { in initMaps()
249 Status TrafficController::start() { in start()
311 int TrafficController::tagSocket(int sockFd, uint32_t tag, uid_t uid, uid_t callingUid) { in tagSocket()
383 int TrafficController::untagSocket(int sockFd) { in untagSocket()
400 int TrafficController::setCounterSet(int counterSetNum, uid_t uid, uid_t callingUid) { in setCounterSet()
435 int TrafficController::deleteTagData(uint32_t tag, uid_t uid, uid_t callingUid) { in deleteTagData()
503 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface()
521 Status TrafficController::updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule, in updateOwnerMapEntry()
535 UidOwnerMatchType TrafficController::jumpOpToMatch(BandwidthController::IptJumpOp jumpHandling) { in jumpOpToMatch()
546 Status TrafficController::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule()
564 Status TrafficController::addRule(uint32_t uid, UidOwnerMatchType match, uint32_t iif) { in addRule()
588 Status TrafficController::updateUidOwnerMap(const std::vector<std::string>& appStrUids, in updateUidOwnerMap()
617 int TrafficController::changeUidOwnerRule(ChildChain chain, uid_t uid, FirewallRule rule, in changeUidOwnerRule()
646 Status TrafficController::replaceRulesInMap(const UidOwnerMatchType match, in replaceRulesInMap()
670 Status TrafficController::addUidInterfaceRules(const int iif, in addUidInterfaceRules()
690 Status TrafficController::removeUidInterfaceRules(const std::vector<int32_t>& uidsToDelete) { in removeUidInterfaceRules()
706 int TrafficController::replaceUidOwnerMap(const std::string& name, bool isAllowlist __unused, in replaceUidOwnerMap()
728 int TrafficController::toggleUidOwnerMap(ChildChain chain, bool enable) { in toggleUidOwnerMap()
762 bool TrafficController::getBpfEnabled() { in getBpfEnabled()
766 Status TrafficController::swapActiveStatsMap() { in swapActiveStatsMap()
808 void TrafficController::setPermissionForUids(int permission, const std::vector<uid_t>& uids) { in setPermissionForUids()
886 const String16 TrafficController::DUMP_KEYWORD = String16("trafficcontroller");
888 void TrafficController::dump(DumpWriter& dw, bool verbose) { in dump()