Searched refs:attributeList (Results 1 – 11 of 11) sorted by relevance
127 attributeList.add(mIpv4Attr); in testBuildWithNetmaskAttr()129 attributeList.add(mIpv6Attr); in testBuildWithNetmaskAttr()155 attributeList.add(mIpv4Attr); in testBuildWithoutNetmaskAttr()156 attributeList.add(mIpv6Attr); in testBuildWithoutNetmaskAttr()179 attributeList.add(mIpv4Attr); in testBuildWithConfigReq()180 attributeList.add(mIpv6Attr); in testBuildWithConfigReq()195 attributeList.add(mIpv4Dns); in testBuildWithDnsAttr()196 attributeList.add(mIpv6Dns); in testBuildWithDnsAttr()197 attributeList.add(mIpv4Pcscf); in testBuildWithDnsAttr()222 attributeList.add(mIpv4Subnet); in testBuildWithSubnetAttr()[all …]
95 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigPayload() local96 attributeList.add(new ConfigAttributeIpv4Pcscf(PCSCF_IPV4_ADDRESS)); in testBuildWithConfigPayload()97 attributeList.add(new ConfigAttributeIpv6Pcscf(PCSCF_IPV6_ADDRESS)); in testBuildWithConfigPayload()98 attributeList.add(new ConfigAttributeAppVersion(REMOTE_APP_VERSION)); in testBuildWithConfigPayload()100 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithConfigPayload()
1026 validateAttributeUniqueness(attributeList); in readFrom()1076 for (Attribute attr : attributeList) { in validateAttributeUniqueness()1191 if (attributeList.size() == 0) { in EncryptionTransform()1233 for (Attribute attr : attributeList) { in hasUnrecognizedAttribute()1242 for (Attribute attr : attributeList) { in getKeyLengthAttribute()1383 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()1465 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()1546 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()1633 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()1668 super(type, id, attributeList); in UnrecognizedTransform()[all …]
129 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload() argument132 this.recognizedAttributeList = attributeList; in IkeConfigPayload()
116 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local117 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()119 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()123 attributeList[k] = std::move(attribute); in OmxStore()
308 List<Attribute> attributeList = new ArrayList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local310 attributeList.add(keyLengAttr); in testDecodeEncryptionTransformWithInvalidKeyLength()312 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransformWithInvalidKeyLength()549 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithRepeatedAttribute() local550 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()551 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()553 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeTransformWithRepeatedAttribute()582 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local583 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithUnrecogniedAttributeType()585 attributeList.add(attributeUnrecognized); in testDecodeTransformWithUnrecogniedAttributeType()[all …]
83 std::vector<Attribute> attributeList; member
1619 nodeInfo.attributeList.reserve(typeAttributeMap.size()); in generateRoleMap()1621 nodeInfo.attributeList.push_back( in generateRoleMap()1626 nodeInfo.attributeList.push_back(Attribute{quirk, "present"}); in generateRoleMap()1630 nodeInfo.attributeList.push_back(Attribute{"rank", rank}); in generateRoleMap()
779 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes() local873 if (attributeList != null) { in internalObtainStyledAttributes()874 for (int index = 0 ; index < attributeList.size() ; index++) { in internalObtainStyledAttributes()875 AttributeHolder attributeHolder = attributeList.get(index); in internalObtainStyledAttributes()
383 vector<Attribute> attrList = nodePtr.attributeList; in TEST_F()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...