Lines Matching full:uid
50 * @param uid The UID of application
58 * @param uids The aggregate of UID
78 * @param uid The UID of application
81 virtual void SetDeniedList(uint32_t uid, uint32_t rule);
86 * @param uids The vector of UID
109 * Set the firewall rule for the specified UID
111 * @param uid The UID of application
114 virtual void SetUidFirewallRule(uint32_t uid, bool isAllow);
124 * Remove the UID from the firewall allow list
126 * @param uid The UID of application
128 virtual void RemoveFromAllowedList(uint32_t uid);
131 * Remove the UID from the firewall reject list
133 * @param uid The UID of application
135 virtual void RemoveFromDeniedList(uint32_t uid);
154 void SetAllowedList(uint32_t uid, uint32_t rule);