Lines Matching refs:pArgs
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()
1264 commandToSend.pArgs = NULL; in test_MQTTAgent_CommandLoop_process_commands_in_command_queue()
1307 commandToSend.pArgs = NULL; in test_MQTTAgent_CommandLoop_add_acknowledgment_success()
1348 commandToSend.pArgs = NULL; in test_MQTTAgent_CommandLoop_add_acknowledgment_failure()
1415 command.pArgs = NULL; in test_MQTTAgent_CommandLoop_add_acknowledgment_invalid_id()
1452 commandToSend.pArgs = NULL; in test_MQTTAgent_CommandLoop_with_eventCallback()
1657 commandToSend.pArgs = NULL; in test_MQTTAgent_CommandLoop_failure_executing_second_command()