Searched refs:getAttrIndexResult (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 415 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex); in GetAttributeUint8Array() local 416 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != SUCCESS, GENERAL_ERROR); in GetAttributeUint8Array() 443 ResultCode getAttrIndexResult = GetAttributeIndex(key, &attributeIndex); in SetAttributeUint8Array() local 444 IF_TRUE_LOGE_AND_RETURN_VAL(getAttrIndexResult != SUCCESS, GENERAL_ERROR); in SetAttributeUint8Array()
|