Searched refs:txMsg (Results 1 – 2 of 2) sorted by relevance
137 hub_message_t txMsg = { in sendMessageToHub() local146 if (txMsg.message_len == 0 && txMsg.message == nullptr) { in sendMessageToHub()147 txMsg.message = &dummy; in sendMessageToHub()151 txMsg.message_type, in sendMessageToHub()152 txMsg.message_len, in sendMessageToHub()153 txMsg.app_name.id); in sendMessageToHub()155 if(NanoHub::sendToNanohub(hubId, &txMsg, 0, msg.hostEndPoint) != 0) { in sendMessageToHub()
449 int doHandleTx(const hub_message_t *txMsg, uint32_t transactionId);475 static int handleTx(const hub_message_t *txMsg, uint32_t transactionId) { in handleTx() argument476 return getSystem()->doHandleTx(txMsg, transactionId); in handleTx()