Searched refs:sourceArrayMsg (Results 1 – 2 of 2) sorted by relevance
502 ResultCode GetMultiDataSerializedMsg(Uint8Array *sourceArrayMsg, uint32_t size, Uint8Array *retMsg) in GetMultiDataSerializedMsg() argument504 IF_TRUE_LOGE_AND_RETURN_VAL(sourceArrayMsg == NULL, INVALID_PARAMETERS); in GetMultiDataSerializedMsg()510 IF_TRUE_LOGE_AND_RETURN_VAL(sourceArrayMsg[i].data == NULL, GENERAL_ERROR); in GetMultiDataSerializedMsg()511 Uint8Array sourceMsg = sourceArrayMsg[i]; in GetMultiDataSerializedMsg()
125 ResultCode GetMultiDataSerializedMsg(Uint8Array *sourceArrayMsg, uint32_t size, Uint8Array *retMsg);