Searched refs:ptopic (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/linkkit/ota/ |
A D | ota_mqtt.c | 114 OTA_LOG_DEBUG("topic=%.*s", topic_info->topic_len, topic_info->ptopic); in otamqtt_UpgrageCb() 122 if (NULL != strstr(topic_info->ptopic, "/ota/device/request")) { in otamqtt_UpgrageCb() 134 } else if (NULL != strstr(topic_info->ptopic, "/ota/device/upgrade")) { in otamqtt_UpgrageCb() 141 } else if (NULL != strstr(topic_info->ptopic, "/thing/config/get_reply")) { in otamqtt_UpgrageCb() 147 } else if (NULL != strstr(topic_info->ptopic, "/thing/config/push")) { in otamqtt_UpgrageCb()
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_trans.h | 23 const char *ptopic; member
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_mqtt.c | 200 topic_info->topic_len, topic_info->ptopic); in iotx_cloud_conn_mqtt_event_handle() 204 topic_handle_func(_mqtt_conncection->fd, topic_info->ptopic, in iotx_cloud_conn_mqtt_event_handle() 214 memcpy(topic, topic_info->ptopic, topic_info->topic_len); in iotx_cloud_conn_mqtt_event_handle()
|
/AliOS-Things-master/components/linkkit/include/linkkit/ |
A D | mqtt_api.h | 85 const char *ptopic; member
|
/AliOS-Things-master/components/linkkit/dynamic_register/ |
A D | dynreg.c | 426 topic_info->ptopic); in _mqtt_dynreg_topic_handle()
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_mqtt.c | 264 topic = (char *)ptopic_info->ptopic; in __alcs_mqtt_subscribe_callback()
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.c | 1239 topic_msg->ptopic = topicName->lenstring.data; in iotx_mc_deliver_message() 1443 topic_msg.ptopic = NULL; in iotx_mc_handle_recv_PUBLISH()
|
Completed in 12 milliseconds