Searched refs:UidOwnerMatchType (Results 1 – 3 of 3) sorted by relevance
33 Result<void> addRule(uint32_t uid, UidOwnerMatchType match, uint32_t iif = 0) EXCLUDES(mMutex);34 Result<void> removeRule(uint32_t uid, UidOwnerMatchType match) EXCLUDES(mMutex);
59 Result<void> Firewall::addRule(uint32_t uid, UidOwnerMatchType match, uint32_t iif) { in addRule()89 Result<void> Firewall::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule()
190 enum UidOwnerMatchType : uint32_t { enum