Searched refs:pReceivedCommand (Results 1 – 5 of 5) sorted by relevance
/CoreMQTT-Agent-v1.1.0/source/include/ |
D | core_mqtt_agent_message_interface.h | 85 MQTTAgentCommand_t ** pReceivedCommand,
|
/CoreMQTT-Agent-v1.1.0/source/ |
D | core_mqtt_agent.c | 1084 MQTTAgentCommand_t * pReceivedCommand = NULL; in MQTTAgent_CancelAll() local 1098 pReceivedCommand = NULL; in MQTTAgent_CancelAll() 1101 &( pReceivedCommand ), in MQTTAgent_CancelAll() 1104 if( pReceivedCommand != NULL ) in MQTTAgent_CancelAll() 1106 concludeCommand( pMqttAgentContext, pReceivedCommand, MQTTRecvFailed, NULL ); in MQTTAgent_CancelAll()
|
/CoreMQTT-Agent-v1.1.0/test/unit-test/ |
D | mqtt_agent_command_functions_utest.c | 99 MQTTAgentCommand_t ** pReceivedCommand, in stubReceive() argument 108 *pReceivedCommand = pMsgCtx->pSentCommand; in stubReceive()
|
D | mqtt_agent_utest.c | 172 MQTTAgentCommand_t ** pReceivedCommand, in stubReceive() argument 176 *pReceivedCommand = pMsgCtx->pSentCommand; in stubReceive() 184 MQTTAgentCommand_t ** pReceivedCommand, in stubReceiveThenFail() argument 193 *pReceivedCommand = pMsgCtx->pSentCommand; in stubReceiveThenFail()
|
/CoreMQTT-Agent-v1.1.0/docs/doxygen/ |
D | pages.dox | 247 …en previously sent to the message context, and return in via the <b>pReceivedCommand</b> parameter. 252 MQTTAgentCommand_t ** pReceivedCommand, 263 *pReceivedCommand = ( MQTTAgentCommand_t * ) pReceivedPointer;
|