Lines Matching refs:pMsgCtx

145 static bool stubSend( MQTTAgentMessageContext_t * pMsgCtx,  in stubSend()  argument
150 pMsgCtx->pSentCommand = *pCommandToSend; in stubSend()
158 static bool stubSendFail( MQTTAgentMessageContext_t * pMsgCtx, in stubSendFail() argument
162 ( void ) pMsgCtx; in stubSendFail()
171 static bool stubReceive( MQTTAgentMessageContext_t * pMsgCtx, in stubReceive() argument
176 *pReceivedCommand = pMsgCtx->pSentCommand; in stubReceive()
183 static bool stubReceiveThenFail( MQTTAgentMessageContext_t * pMsgCtx, in stubReceiveThenFail() argument
193 *pReceivedCommand = pMsgCtx->pSentCommand; in stubReceiveThenFail()
339 messageInterface.pMsgCtx = &globalMessageContext; in setupAgentContext()
403 agentContext.agentInterface.pMsgCtx = NULL; in invalidParamsTestFunc()
407 agentContext.agentInterface.pMsgCtx = &globalMessageContext; in invalidParamsTestFunc()
430 msgInterface.pMsgCtx = &msg; in test_MQTTAgent_Init_Happy_Path()
458 msgInterface.pMsgCtx = &msg; in test_MQTTAgent_Init_Invalid_Params()
481 msgInterface.pMsgCtx = NULL; in test_MQTTAgent_Init_Invalid_Params()
485 msgInterface.pMsgCtx = &msg; in test_MQTTAgent_Init_Invalid_Params()
1212 mqttAgentContext.agentInterface.pMsgCtx = NULL; in test_MQTTAgent_CommandLoop_invalid_params()
1265 mqttAgentContext.agentInterface.pMsgCtx->pSentCommand = &commandToSend; in test_MQTTAgent_CommandLoop_process_commands_in_command_queue()
1309 mqttAgentContext.agentInterface.pMsgCtx->pSentCommand = &commandToSend; in test_MQTTAgent_CommandLoop_add_acknowledgment_success()
1454 mqttAgentContext.agentInterface.pMsgCtx->pSentCommand = &commandToSend; in test_MQTTAgent_CommandLoop_with_eventCallback()
1659 mqttAgentContext.agentInterface.pMsgCtx->pSentCommand = &commandToSend; in test_MQTTAgent_CommandLoop_failure_executing_second_command()
1696 mqttAgentContext.agentInterface.pMsgCtx = NULL; in test_MQTTAgent_CancelAll()
1702 mqttAgentContext.agentInterface.pMsgCtx = &globalMessageContext; in test_MQTTAgent_CancelAll()
1723 mqttAgentContext.agentInterface.pMsgCtx->pSentCommand = &command; in test_MQTTAgent_CancelAll()