Searched refs:hasDstIp (Results 1 – 4 of 4) sorted by relevance
709 public final boolean hasDstIp; field in SupplicantStaIfaceHal.QosPolicyClassifierParams726 hasDstIp = halHasDstIp; in QosPolicyClassifierParams()727 if (hasDstIp) { in QosPolicyClassifierParams()746 return "isValid: " + isValid + ", hasSrcIp: " + hasSrcIp + ", hasDstIp: " + hasDstIp in toString()
236 if (policy.classifierParams.hasDstIp) { in processQosPolicyRequest()
2883 boolean hasDstIp = false; in halToFrameworkQosPolicy()2890 hasDstIp = true; in halToFrameworkQosPolicy()2911 hasSrcIp, srcIp, hasDstIp, dstIp, srcPort, dstPortRange, protocol)); in halToFrameworkQosPolicy()
1152 assertFalse(request.classifierParams.hasDstIp); in testCreateValidQosPolicyRequest()