Searched refs:UNSUBSCRIBE (Results 1 – 5 of 5) sorted by relevance
57 if( ( command->commandType == SUBSCRIBE ) || ( command->commandType == UNSUBSCRIBE ) ) in allocateCommand()
73 [ UNSUBSCRIBE ] = MQTTAgentCommand_Unsubscribe, \
87 UNSUBSCRIBE, /**< @brief Call MQTT_Unsubscribe(). */ enumerator
439 case UNSUBSCRIBE: in createCommand()859 ( pendingAcks[ i ].pOriginalCommand->commandType != UNSUBSCRIBE ) ) in clearPendingAcknowledgments()916 ( commandType == SUBSCRIBE ) || ( commandType == UNSUBSCRIBE ) ); in validateParams()927 case UNSUBSCRIBE: in validateParams()1163 validateParams( UNSUBSCRIBE, pSubscriptionArgs ); in MQTTAgent_Unsubscribe()1167 … statusReturn = createAndAddCommand( UNSUBSCRIBE, /* commandType */ in MQTTAgent_Unsubscribe()
583 unsubscribeCommand.commandType = UNSUBSCRIBE; in test_MQTTAgent_ResumeSession_session_present_clear_pending_subscribe_unsubscribe()881 TEST_ASSERT_EQUAL( UNSUBSCRIBE, command.commandType ); in test_MQTTAgent_Unsubscribe_success()