Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/include/linkkit/
A Dmqtt_api.h365 #define CONFIG_MQTT_TOPIC_MAXLEN (128) macro
367 #define CONFIG_MQTT_TOPIC_MAXLEN (128) macro
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.c2043 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTSubscribe()
2048 memset((char *)handler->topic_filter, 0, CONFIG_MQTT_TOPIC_MAXLEN); in MQTTSubscribe()
2062 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTSubscribe()
2080 if (MQTT_ZIP_PATH_DEFAULT_LEN >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTSubscribe()
2328 char topicString[CONFIG_MQTT_TOPIC_MAXLEN]; in iotx_mc_check_topic()
2333 if (strlen(topicName) > CONFIG_MQTT_TOPIC_MAXLEN) { in iotx_mc_check_topic()
2338 memset(topicString, 0x0, CONFIG_MQTT_TOPIC_MAXLEN); in iotx_mc_check_topic()
2339 strncpy(topicString, topicName, CONFIG_MQTT_TOPIC_MAXLEN - 1); in iotx_mc_check_topic()
2423 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTUnsubscribe()
2440 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTUnsubscribe()
[all …]
A Diotx_mqtt_client.h71 const char topic_filter[CONFIG_MQTT_TOPIC_MAXLEN];

Completed in 8 milliseconds