Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c79 static const char *get_mqtt_topic(void) in get_mqtt_topic() function
228 zassert_equal(topic_len, strlen(get_mqtt_topic()), "Invalid topic length"); in broker_validate_packet()
229 zassert_mem_equal(buf + 2, get_mqtt_topic(), topic_len, "Invalid topic"); in broker_validate_packet()
615 param.message.topic.topic.utf8 = (uint8_t *)get_mqtt_topic(); in test_publish()
651 topic.topic.utf8 = get_mqtt_topic(); in test_subscribe()
677 topic.topic.utf8 = get_mqtt_topic(); in test_unsubscribe()
759 zassert_str_equal(broker_topic, get_mqtt_topic(), "Invalid topic"); in ZTEST()
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c233 static char *get_mqtt_topic(void) in get_mqtt_topic() function
248 param.message.topic.topic.utf8 = (uint8_t *)get_mqtt_topic(); in publish()