Home
last modified time | relevance | path

Searched refs:msgid2 (Results 1 – 1 of 1) sorted by relevance

/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/test/
Dtest1.c366 unsigned short msgid2 = 3243; in test2() local
381 rc = MQTTDeserialize_publish(&dup2, &qos2, &retained2, &msgid2, &topicString2, in test2()
389 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test2()
422 unsigned short msgid2 = 2223; in test3() local
437 … rc = MQTTDeserialize_subscribe(&dup2, &msgid2, 2, &count2, topicStrings2, req_qoss2, buf, buflen); in test3()
442 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test3()
473 unsigned short msgid2 = 2223; in test4() local
485 rc = MQTTDeserialize_suback(&msgid2, 2, &count2, granted_qoss2, buf, buflen); in test4()
489 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test4()
520 unsigned short msgid2 = 2223; in test5() local
[all …]