Home
last modified time | relevance | path

Searched refs:memcpyRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c423 … errno_t memcpyRet = memcpy_s(retData->data, retData->len, attribute->values[attributeIndex]->data, in GetAttributeUint8Array() local
425 IF_TRUE_LOGE_AND_RETURN_VAL(memcpyRet != EOK, RESULT_GENERAL_ERROR); in GetAttributeUint8Array()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c424 … errno_t memcpyRet = memcpy_s(retData->data, retData->len, attribute->values[attributeIndex]->data, in GetAttributeUint8Array() local
426 IF_TRUE_LOGE_AND_RETURN_VAL(memcpyRet != EOK, GENERAL_ERROR); in GetAttributeUint8Array()