Searched refs:getAttrIndexResult (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 394 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex);
in GetAttributeLength() local 395 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR);
in GetAttributeLength() 414 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex);
in GetAttributeUint8Array() local 415 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR);
in GetAttributeUint8Array() 443 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex);
in SetAttributeUint8Array() local 444 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR);
in SetAttributeUint8Array()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 414 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex);
in GetAttributeUint8Array() local 415 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != SUCCESS, GENERAL_ERROR);
in GetAttributeUint8Array() 442 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex);
in SetAttributeUint8Array() local 443 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != SUCCESS, GENERAL_ERROR);
in SetAttributeUint8Array()
|
Completed in 3 milliseconds