Searched refs:getRanges (Results 1 – 4 of 4) sorted by relevance
35 const std::vector<UidRangeParcel>& getRanges() const;
69 const std::vector<UidRangeParcel>& UidRanges::getRanges() const { in getRanges() function in android::net::UidRanges
773 for (const UidRangeParcel& range : uidRanges.getRanges()) { in modifyRejectNonSecureNetworkRule()793 for (const UidRangeParcel& range : uidRanges.getRanges()) { in modifyVirtualNetwork()
1191 if (Status status = mNetd->networkAddUidRanges(netId, uidRanges.getRanges()); in runCommand()1197 if (Status status = mNetd->networkRemoveUidRanges(netId, uidRanges.getRanges()); in runCommand()