Lines Matching full:uid
49 * @param uid The UID of application
52 virtual void SetAllowedList(uint32_t uid, uint32_t rule);
57 * @param uids The vector of UID
77 * @param uid The UID of application
80 virtual void SetDeniedList(uint32_t uid, uint32_t rule);
85 * @param uids The vector of UID
108 * Set the firewall rule for the specified UID
110 * @param uid The UID of application
113 virtual void SetUidFirewallRule(uint32_t uid, bool isAllow);
123 * Remove the UID from the firewall allow list
125 * @param uid The UID of application
127 virtual void RemoveFromAllowedList(uint32_t uid);
130 * Remove the UID from the firewall reject list
132 * @param uid The UID of application
134 virtual void RemoveFromDeniedList(uint32_t uid);