Searched refs:readDataResult (Results 1 – 2 of 2) sorted by relevance
211 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &readData); in ParseAttributeSerializedMsgInner() local212 IF_TRUE_LOGE_AND_RETURN_VAL(readDataResult != SUCCESS, GENERAL_ERROR); in ParseAttributeSerializedMsgInner()253 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &subMsgData[subMsgIndex]); in ParseMultiDataSerializedMsg() local254 IF_TRUE_LOGE_AND_RETURN_VAL(readDataResult != SUCCESS, GENERAL_ERROR); in ParseMultiDataSerializedMsg()
214 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &readData); in ParseAttributeSerializedMsgInner() local215 IF_TRUE_LOGE_AND_RETURN_VAL(readDataResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR); in ParseAttributeSerializedMsgInner()