Searched refs:commandOutParams (Results 1 – 1 of 1) sorted by relevance
541 MQTTAgentCommandFuncReturns_t commandOutParams = { 0 }; in processCommand() local557 operationStatus = commandFunction( pMqttAgentContext, pCommandArgs, &commandOutParams ); in processCommand()560 commandOutParams.addAcknowledgment && in processCommand()561 ( commandOutParams.packetId != MQTT_PACKET_ID_INVALID ) ) in processCommand()563 … operationStatus = addAwaitingOperation( pMqttAgentContext, commandOutParams.packetId, pCommand ); in processCommand()575 if( ( operationStatus == MQTTSuccess ) && commandOutParams.runProcessLoop ) in processCommand()590 *pEndLoop = ( commandOutParams.endLoop || ( operationStatus != MQTTSuccess ) ); in processCommand()