Home
last modified time | relevance | path

Searched defs:test_topic (Results 1 – 2 of 2) sorted by relevance

/device/board/isoftstone/yangfan/common/mqtt/mqttclient/test/
Dtest1.cpp300 …st1_sendAndReceive(MQTT::Client<IPStack, Countdown, 1000>& client, int qos, const char* test_topic) in test1_sendAndReceive()
348 const char* test_topic = "C client test1"; in test1() local
425 const char* test_topic = "C client test2"; in test2() local
550 int check_subs_exist(MQTT::Client<IPStack, Countdown, 1000>& client, const char* test_topic, int wh… in check_subs_exist()
589 const char* test_topic = "C client test3"; in test3() local
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/test/
Dtest1.c305 void test1_sendAndReceive(MQTTClient* c, int qos, char* test_topic) in test1_sendAndReceive()
355 char* test_topic = "C client test1"; in test1() local
433 char* test_topic = "C client test2"; in test2() local
549 int check_subs_exist(MQTTClient* c, const char* test_topic, int which) in check_subs_exist()
590 const char* test_topic = "C client test3"; in test3() local