Home
last modified time | relevance | path

Searched refs:pReceivedCommand (Results 1 – 5 of 5) sorted by relevance

/CoreMQTT-Agent-v1.1.0/source/include/
Dcore_mqtt_agent_message_interface.h85 MQTTAgentCommand_t ** pReceivedCommand,
/CoreMQTT-Agent-v1.1.0/source/
Dcore_mqtt_agent.c1084 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/
Dmqtt_agent_command_functions_utest.c99 MQTTAgentCommand_t ** pReceivedCommand, in stubReceive() argument
108 *pReceivedCommand = pMsgCtx->pSentCommand; in stubReceive()
Dmqtt_agent_utest.c172 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/
Dpages.dox247 …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;