Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c211 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &readData); in ParseAttributeSerializedMsgInner() local
212 IF_TRUE_LOGE_AND_RETURN_VAL(readDataResult != SUCCESS, GENERAL_ERROR); in ParseAttributeSerializedMsgInner()
253 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &subMsgData[subMsgIndex]); in ParseMultiDataSerializedMsg() local
254 IF_TRUE_LOGE_AND_RETURN_VAL(readDataResult != SUCCESS, GENERAL_ERROR); in ParseMultiDataSerializedMsg()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c214 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &readData); in ParseAttributeSerializedMsgInner() local
215 IF_TRUE_LOGE_AND_RETURN_VAL(readDataResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR); in ParseAttributeSerializedMsgInner()