Lines Matching refs:uid

38      * @param uid App's uid which need to be disallowed ot allowed to create AF_INET or AF_INET6 socket
42 int32_t SetInternetPermission(uint32_t uid, uint8_t allow);
334 * @param uid app id.
337 int64_t GetUidRxBytes(uint32_t uid);
342 * @param uid app id.
345 int64_t GetUidTxBytes(uint32_t uid);
350 * @param uid app id.
354 int64_t GetUidOnIfaceRxBytes(uint32_t uid, const std::string &interfaceName);
359 * @param uid app id.
363 int64_t GetUidOnIfaceTxBytes(uint32_t uid, const std::string &interfaceName);
389 * Obtains the uid list.
391 * @return The list of uid.
622 * @param uid
625 int32_t BandwidthAddDeniedList(uint32_t uid);
630 * @param uid
633 int32_t BandwidthRemoveDeniedList(uint32_t uid);
638 * @param uid
641 int32_t BandwidthAddAllowedList(uint32_t uid);
646 * @param uid
649 int32_t BandwidthRemoveAllowedList(uint32_t uid);
681 * Firewall set uid rule.
684 * @param uid uid
700 * Get uid traffic
704 * @param uid uid
705 * @return returns the traffic of the uid
707 int32_t GetUidStats(uint64_t &stats, uint32_t type, uint32_t uid);
727 * Delete the Sim Iface Stats with uid
729 * @param uid the uid of application
732 int32_t DeleteSimStatsInfo(uint32_t uid);
743 * Delete the Iface Stats with uid
745 * @param uid the uid of application
748 int32_t DeleteStatsInfo(uint32_t uid);
936 * @param uid - The specified UID of application.
942 int32_t SetNetworkAccessPolicy(uint32_t uid, NetworkAccessPolicy policy, bool reconfirmFlag, bool isBroker);
945 int32_t DeleteNetworkAccessPolicy(uint32_t uid);
974 int32_t CloseSocketsUid(const std::string &ipAddr, uint32_t uid);