Searched refs:PUBLISH (Results 1 – 6 of 6) sorted by relevance
62 else if( command->commandType == PUBLISH ) in allocateCommand()
71 [ PUBLISH ] = MQTTAgentCommand_Publish, \
85 PUBLISH, /**< @brief Call MQTT_Publish(). */ enumerator
451 case PUBLISH: in createCommand()915 assert( ( commandType == CONNECT ) || ( commandType == PUBLISH ) || in validateParams()934 case PUBLISH: in validateParams()1188 validateParams( PUBLISH, pPublishInfo ); in MQTTAgent_Publish()1192 … statusReturn = createAndAddCommand( PUBLISH, /* commandType */ in MQTTAgent_Publish()
584 publishCommand.commandType = PUBLISH; in test_MQTTAgent_ResumeSession_session_present_clear_pending_subscribe_unsubscribe()998 TEST_ASSERT_EQUAL( PUBLISH, command.commandType ); in test_MQTTAgent_Publish_success()1261 commandToSend.commandType = PUBLISH; in test_MQTTAgent_CommandLoop_process_commands_in_command_queue()1304 commandToSend.commandType = PUBLISH; in test_MQTTAgent_CommandLoop_add_acknowledgment_success()1345 commandToSend.commandType = PUBLISH; in test_MQTTAgent_CommandLoop_add_acknowledgment_failure()1412 command.commandType = PUBLISH; in test_MQTTAgent_CommandLoop_add_acknowledgment_invalid_id()1449 commandToSend.commandType = PUBLISH; in test_MQTTAgent_CommandLoop_with_eventCallback()1654 commandToSend.commandType = PUBLISH; in test_MQTTAgent_CommandLoop_failure_executing_second_command()
55 The MQTT Agent does not track subscriptions for MQTT topics. The receipt of any incoming PUBLISH pa…