Home
last modified time | relevance | path

Searched refs:readLengthResult (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c205 ResultCode readLengthResult = ReadUint32FromMsg(msg, &readIndex, &length); in ParseAttributeSerializedMsgInner() local
206 IF_TRUE_LOGE_AND_RETURN_VAL(readLengthResult != SUCCESS, GENERAL_ERROR); in ParseAttributeSerializedMsgInner()
245 ResultCode readLengthResult = ReadUint32FromMsg(msg, &readIndex, &length); in ParseMultiDataSerializedMsg() local
246 IF_TRUE_LOGE_AND_RETURN_VAL(readLengthResult != SUCCESS, GENERAL_ERROR); in ParseMultiDataSerializedMsg()
/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c202 ResultCode readLengthResult = ReadUint32FromMsg(msg, &readIndex, &length); in ParseAttributeSerializedMsgInner() local
203 IF_TRUE_LOGE_AND_RETURN_VAL(readLengthResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR); in ParseAttributeSerializedMsgInner()

Completed in 2 milliseconds