Searched refs:UidOwnerMatchType (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | TrafficController.h | 97 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);
|
D | BandwidthController.h | 93 int manipulateSpecialApps(const std::vector<uint32_t>& appStrUids, UidOwnerMatchType matchType,
|
D | TrafficController.cpp | 497 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()
|
D | TrafficControllerTest.cpp | 166 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()
|
D | BandwidthController.cpp | 343 UidOwnerMatchType matchType, IptOp op) { in manipulateSpecialApps()
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 122 enum UidOwnerMatchType { enum
|