Lines Matching refs:propsetOrEnumerator
190 TEE_Result TEE_GetPropertyAsString(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsString() argument
203 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsString()
216 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsString()
291 TEE_Result TEE_GetPropertyAsBool(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsBool() argument
298 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsBool()
303 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsBool()
319 TEE_Result TEE_GetPropertyAsU32(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsU32() argument
326 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsU32()
331 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsU32()
344 TEE_Result TEE_GetPropertyAsBinaryBlock(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsBinaryBlock() argument
351 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsBinaryBlock()
356 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsBinaryBlock()
370 TEE_Result TEE_GetPropertyAsUUID(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsUUID() argument
377 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsUUID()
382 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsUUID()
395 TEE_Result TEE_GetPropertyAsIdentity(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsIdentity() argument
402 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsIdentity()
407 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsIdentity()