Searched refs:mqtt_event_handler (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 111 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, in mqtt_event_handler() function 229 (void *)mqtt_event_handler); in mqtt_client_start()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 98 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler() function 202 aiot_mqtt_setopt(mqtt_handle, AIOT_MQTTOPT_EVENT_HANDLER, (void *)mqtt_event_handler); in mqtt_client_start()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 132 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler() function 237 aiot_mqtt_setopt(mqtt_handle, AIOT_MQTTOPT_EVENT_HANDLER, (void *)mqtt_event_handler); in mqtt_client_start()
|
Completed in 4 milliseconds