Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_mqtt.h42 #define CORE_MQTT_TOPIC_MAXLEN (128) macro
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c340 if (strlen(map->topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _core_mqtt_append_topic_map()
366 if (strlen(map->topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _core_mqtt_remove_topic_map()
3244 if (strlen(topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _mqtt_pub_with_prop()
3367 if (strlen(topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _mqtt_sub_with_prop()
3448 if (strlen(topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _mqtt_unsub()

Completed in 11 milliseconds