Lines Matching refs:name
72 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
83 TEE_Result TEE_GetPropertyAsString(TEE_PropSetHandle propsetOrEnumerator, const char *name, char *valueBuffer,
90 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
99 TEE_Result TEE_GetPropertyAsBool(TEE_PropSetHandle propsetOrEnumerator, const char *name, bool *value);
105 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
114 TEE_Result TEE_GetPropertyAsU32(TEE_PropSetHandle propsetOrEnumerator, const char *name, uint32_t *value);
121 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
130 TEE_Result TEE_GetPropertyAsU64(TEE_PropSetHandle propsetOrEnumerator, const char *name, uint64_t *value);
137 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
148 TEE_Result TEE_GetPropertyAsBinaryBlock(TEE_PropSetHandle propsetOrEnumerator, const char *name, void *valueBuffer,
155 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
164 TEE_Result TEE_GetPropertyAsUUID(TEE_PropSetHandle propsetOrEnumerator, const char *name, TEE_UUID *value);
170 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain.
179 TEE_Result TEE_GetPropertyAsIdentity(TEE_PropSetHandle propsetOrEnumerator, const char *name, TEE_Identity *value);
232 * @brief Obtains the name of this property in an enumerator.
235 * @param nameBuffer Indicates the pointer to the buffer that stores the property name obtained.
241 * @return Returns <b>TEE_ERROR_SHORT_BUFFER</b> if the buffer is too small to hold the property name.