Home
last modified time | relevance | path

Searched refs:aiot_mqtt_recv_handler_t (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.h275 typedef void (*aiot_mqtt_recv_handler_t)(void *handle, const aiot_mqtt_recv_t *packet, void *userda… typedef
346 aiot_mqtt_recv_handler_t handler;
915 int32_t aiot_mqtt_sub(void *handle, char *topic, aiot_mqtt_recv_handler_t handler, uint8_t qos, voi…
1060 int32_t aiot_mqtt_sub_with_prop(void *handle, char *topic, aiot_mqtt_recv_handler_t handler, uint8_…
A Daiot_mqtt_api.c116 aiot_mqtt_recv_handler_t handler, void *userdata) in _core_mqtt_handlerlist_insert()
146 aiot_mqtt_recv_handler_t handler, void *userdata) in _core_mqtt_sublist_insert()
273 aiot_mqtt_recv_handler_t handler) in _core_mqtt_sublist_remove_handler()
2526 mqtt_handle->recv_handler = (aiot_mqtt_recv_handler_t)data; in aiot_mqtt_setopt()
3312 static int32_t _core_mqtt_sub(void *handle, core_mqtt_buff_t *topic, aiot_mqtt_recv_handler_t handl… in _core_mqtt_sub()
3358 static int32_t _mqtt_sub_with_prop(void *handle, char *topic, aiot_mqtt_recv_handler_t handler, uin… in _mqtt_sub_with_prop()
3379 int32_t aiot_mqtt_sub(void *handle, char *topic, aiot_mqtt_recv_handler_t handler, uint8_t qos, voi… in aiot_mqtt_sub()
3384 int32_t aiot_mqtt_sub_with_prop(void *handle, char *topic, aiot_mqtt_recv_handler_t handler, uint8_… in aiot_mqtt_sub_with_prop()
/AliOS-Things-master/components/linksdk/components/subdev/
A Dsubdev_private.h59 aiot_mqtt_recv_handler_t handler;
/AliOS-Things-master/components/linksdk/components/task/
A Dtask_private.h58 aiot_mqtt_recv_handler_t func;
/AliOS-Things-master/components/linksdk/components/data-model/
A Ddm_private.h70 aiot_mqtt_recv_handler_t func;
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_mqtt.h156 aiot_mqtt_recv_handler_t handler;
259 aiot_mqtt_recv_handler_t recv_handler;

Completed in 18 milliseconds