Searched refs:packetIdentifier (Results 1 – 3 of 3) sorted by relevance
636 uint16_t packetIdentifier = pDeserializedInfo->packetIdentifier; in mqttEventCallback() local655 …pAgentContext->pIncomingCallback( pAgentContext, packetIdentifier, pDeserializedInfo->pPublishInfo… in mqttEventCallback()666 pAckInfo = getAwaitingOperation( pAgentContext, packetIdentifier ); in mqttEventCallback()680 LogError( ( "No operation found matching packet id %u.\n", packetIdentifier ) ); in mqttEventCallback()
94 static uint16_t packetIdentifier; variable117 packetIdentifier = 1U; in setUp()288 deserializedInfo.packetIdentifier = packetIdentifier; in MQTT_ProcessLoop_CustomStub()311 deserializedInfo.packetIdentifier = packetIdentifier; in MQTT_ProcessLoop_FailSecondAndLaterCallsStub()1523 packetIdentifier = 0U; in test_MQTTAgent_CommandLoop_with_eventCallback()1540 packetIdentifier = 1U; in test_MQTTAgent_CommandLoop_with_eventCallback()
145 __CPROVER_assume( pDeserializedInfo->packetIdentifier > MQTT_PACKET_ID_INVALID ); in MQTT_ProcessLoop()