Searched refs:propertyList (Results 1 – 3 of 3) sorted by relevance
439 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list in TPMCapGetProperties() argument445 propertyList->count = 0; in TPMCapGetProperties()458 if(propertyList->count < count) in TPMCapGetProperties()461 propertyList->tpmProperty[propertyList->count].property = in TPMCapGetProperties()463 propertyList->tpmProperty[propertyList->count].value = value; in TPMCapGetProperties()464 propertyList->count++; in TPMCapGetProperties()
13 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list
1431 List<String> propertyList = new ArrayList<String>(); in getCallPropertiesString() local1435 propertyList.add(getCallPropertyString(property)); in getCallPropertiesString()1439 return propertyList; in getCallPropertiesString()