Home
last modified time | relevance | path

Searched refs:UidOwnerMatchType (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DTrafficController.h97 netdutils::Status updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule,
102 netdutils::Status replaceRulesInMap(UidOwnerMatchType match, const std::vector<int32_t>& uids)
110 UidOwnerMatchType matchType, BandwidthController::IptOp op)
200 netdutils::Status removeRule(uint32_t uid, UidOwnerMatchType match) REQUIRES(mMutex);
202 netdutils::Status addRule(uint32_t uid, UidOwnerMatchType match, uint32_t iif = 0)
240 UidOwnerMatchType jumpOpToMatch(BandwidthController::IptJumpOp jumpHandling);
DBandwidthController.h93 int manipulateSpecialApps(const std::vector<uint32_t>& appStrUids, UidOwnerMatchType matchType,
DTrafficController.cpp497 Status TrafficController::updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule, in updateOwnerMapEntry()
511 Status TrafficController::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule()
529 Status TrafficController::addRule(uint32_t uid, UidOwnerMatchType match, uint32_t iif) { in addRule()
554 UidOwnerMatchType matchType, in updateUidOwnerMap()
598 Status TrafficController::replaceRulesInMap(const UidOwnerMatchType match, in replaceRulesInMap()
DTrafficControllerTest.cpp166 void checkUidOwnerRuleForChain(ChildChain chain, UidOwnerMatchType match) { in checkUidOwnerRuleForChain()
197 void checkEachUidValue(const std::vector<int32_t>& uids, UidOwnerMatchType match) { in checkEachUidValue()
213 UidOwnerMatchType match) { in checkUidMapReplace()
DBandwidthController.cpp343 UidOwnerMatchType matchType, IptOp op) { in manipulateSpecialApps()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h122 enum UidOwnerMatchType { enum