Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c198 ResultCode readTypeResult = ReadUint32FromMsg(msg, &readIndex, &type); in ParseAttributeSerializedMsgInner() local
199 IF_TRUE_LOGE_AND_RETURN_VAL(readTypeResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR); in ParseAttributeSerializedMsgInner()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c201 ResultCode readTypeResult = ReadUint32FromMsg(msg, &readIndex, &type); in ParseAttributeSerializedMsgInner() local
202 IF_TRUE_LOGE_AND_RETURN_VAL(readTypeResult != SUCCESS, GENERAL_ERROR); in ParseAttributeSerializedMsgInner()