Searched refs:writeTypeResult (Results 1 – 2 of 2) sorted by relevance
288 ResultCode writeTypeResult = WriteUInt32ToMsg(retMsg, &writeIndex, g_attributeKeyArray[i]); in GetAttributeSerializedMsg() local289 IF_TRUE_LOGE_AND_RETURN_VAL(writeTypeResult != RESULT_SUCCESS, RESULT_GENERAL_ERROR); in GetAttributeSerializedMsg()
307 ResultCode writeTypeResult = WriteUInt32ToMsg(retMsg, &writeIndex, g_attributeKeyArray[i]); in GetAttributeSerializedMsg() local308 IF_TRUE_LOGE_AND_RETURN_VAL(writeTypeResult != SUCCESS, GENERAL_ERROR); in GetAttributeSerializedMsg()