Searched refs:get_mqtt_topic (Results 1 – 2 of 2) sorted by relevance
79 static const char *get_mqtt_topic(void) in get_mqtt_topic() function228 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()
233 static char *get_mqtt_topic(void) in get_mqtt_topic() function248 param.message.topic.topic.utf8 = (uint8_t *)get_mqtt_topic(); in publish()