Searched refs:readTypeResult (Results 1 – 2 of 2) sorted by relevance
198 ResultCode readTypeResult = ReadUint32FromMsg(msg, &readIndex, &type); in ParseAttributeSerializedMsgInner() local199 IF_TRUE_LOGE_AND_RETURN_VAL(readTypeResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR); in ParseAttributeSerializedMsgInner()
201 ResultCode readTypeResult = ReadUint32FromMsg(msg, &readIndex, &type); in ParseAttributeSerializedMsgInner() local202 IF_TRUE_LOGE_AND_RETURN_VAL(readTypeResult != SUCCESS, GENERAL_ERROR); in ParseAttributeSerializedMsgInner()