Searched refs:propsetOrEnumerator (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_property.c | 203 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsString() 216 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsString() 298 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsBool() 303 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsBool() 326 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsU32() 331 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsU32() 351 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsBinaryBlock() 356 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsBinaryBlock() 377 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsUUID() 382 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsUUID() [all …]
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_internal_api.h | 22 TEE_Result TEE_GetPropertyAsString(TEE_PropSetHandle propsetOrEnumerator, 26 TEE_Result TEE_GetPropertyAsBool(TEE_PropSetHandle propsetOrEnumerator, 29 TEE_Result TEE_GetPropertyAsU32(TEE_PropSetHandle propsetOrEnumerator, 32 TEE_Result TEE_GetPropertyAsBinaryBlock(TEE_PropSetHandle propsetOrEnumerator, 36 TEE_Result TEE_GetPropertyAsUUID(TEE_PropSetHandle propsetOrEnumerator, 39 TEE_Result TEE_GetPropertyAsIdentity(TEE_PropSetHandle propsetOrEnumerator,
|
Completed in 4 milliseconds