Searched refs:topic_compare (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_mqtt.c | 241 char topic_compare[ALCS_MQTT_TOPIC_MAX_LEN] = { 0 }; in __alcs_mqtt_subscribe_callback() local 278 memset(topic_compare, 0, ALCS_MQTT_TOPIC_MAX_LEN); in __alcs_mqtt_subscribe_callback() 279 HAL_Snprintf(topic_compare, ALCS_MQTT_TOPIC_MAX_LEN, in __alcs_mqtt_subscribe_callback() 285 if ((strlen(topic_compare) == topic_len) && in __alcs_mqtt_subscribe_callback() 286 (strncmp(topic_compare, topic, topic_len) == 0)) { in __alcs_mqtt_subscribe_callback() 369 memset(topic_compare, 0, ALCS_MQTT_TOPIC_MAX_LEN); in __alcs_mqtt_subscribe_callback() 370 HAL_Snprintf(topic_compare, ALCS_MQTT_TOPIC_MAX_LEN, in __alcs_mqtt_subscribe_callback() 374 if ((strlen(topic_compare) == topic_len) && in __alcs_mqtt_subscribe_callback() 433 memset(topic_compare, 0, ALCS_MQTT_TOPIC_MAX_LEN); in __alcs_mqtt_subscribe_callback() 435 topic_compare, ALCS_MQTT_TOPIC_MAX_LEN, in __alcs_mqtt_subscribe_callback() [all …]
|
Completed in 3 milliseconds