Searched refs:pMsgCtx (Results 1 – 5 of 5) sorted by relevance
| /FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/ |
| A D | freertos_agent_message.c | 46 bool Agent_MessageSend( const MQTTAgentMessageContext_t * pMsgCtx, in Agent_MessageSend() argument 52 if( ( pMsgCtx != NULL ) && ( pCommandToSend != NULL ) ) in Agent_MessageSend() 54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend() 62 bool Agent_MessageReceive( const MQTTAgentMessageContext_t * pMsgCtx, in Agent_MessageReceive() argument 68 if( ( pMsgCtx != NULL ) && ( pReceivedCommand != NULL ) ) in Agent_MessageReceive() 70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
|
| /FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/include/ |
| A D | freertos_agent_message.h | 66 bool Agent_MessageSend( const MQTTAgentMessageContext_t * pMsgCtx, 80 bool Agent_MessageReceive( const MQTTAgentMessageContext_t * pMsgCtx,
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/DemoTasks/ |
| A D | mqtt-agent-task.c | 496 .pMsgCtx = NULL, in prvMQTTInit() 507 messageInterface.pMsgCtx = &xCommandQueue; in prvMQTTInit()
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/ |
| A D | OtaOverMqttDemoExample.c | 1419 .pMsgCtx = NULL, in prvMQTTInit() 1432 messageInterface.pMsgCtx = &xCommandQueue; in prvMQTTInit()
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/ |
| A D | OtaOverHttpDemoExample.c | 1561 .pMsgCtx = NULL, in prvMQTTInit() 1574 messageInterface.pMsgCtx = &xCommandQueue; in prvMQTTInit()
|
Completed in 25 milliseconds