Searched refs:pArgs (Results 1 – 6 of 6) sorted by relevance
60 command->pArgs = ( void * ) pSubscribeArgs; in allocateCommand()65 command->pArgs = ( void * ) pPublishInfo; in allocateCommand()
631 command.pArgs = &args; in test_MQTTAgent_ResumeSession_failed_publish()652 command.pArgs = &args; in test_MQTTAgent_ResumeSession_publish_resend_success()820 TEST_ASSERT_EQUAL_PTR( &subscribeArgs, command.pArgs ); in test_MQTTAgent_Subscribe_success()882 TEST_ASSERT_EQUAL_PTR( &subscribeArgs, command.pArgs ); in test_MQTTAgent_Unsubscribe_success()999 TEST_ASSERT_EQUAL_PTR( &publishInfo, command.pArgs ); in test_MQTTAgent_Publish_success()1060 TEST_ASSERT_EQUAL_PTR( &connectArgs, command.pArgs ); in test_MQTTAgent_Connect_success()1093 TEST_ASSERT_NULL( command.pArgs ); in test_MQTTAgent_ProcessLoop_success()1127 TEST_ASSERT_NULL( command.pArgs ); in test_MQTTAgent_Disconnect_success()1161 TEST_ASSERT_NULL( command.pArgs ); in test_MQTTAgent_Ping_success()1195 TEST_ASSERT_NULL( command.pArgs ); in test_MQTTAgent_Terminate_success()[all …]
126 void * pArgs,
145 void * pArgs; /**< @brief Arguments of command. */ member
196 pCommand->pArgs = pPublishInfo; in addPendingAcks()
488 pCommand->pArgs = pMqttInfoParam; in createCommand()550 pCommandArgs = pCommand->pArgs; in processCommand()817 pOriginalPublish = ( MQTTPublishInfo_t * ) ( pFoundAck->pOriginalCommand->pArgs ); in resendPublishes()