Searched refs:aiot_subdev_recv_t (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.h | 71 } aiot_subdev_recv_t; typedef 83 const aiot_subdev_recv_t *packet, void *user_data);
|
A D | aiot_subdev_api.c | 47 aiot_subdev_recv_t recv; in _subdev_topo_generic_reply_recv_handler() 100 memset(&recv, 0, sizeof(aiot_subdev_recv_t)); in _subdev_topo_generic_reply_recv_handler() 140 aiot_subdev_recv_t recv; in _subdev_topo_generic_notify_recv_handler() 172 memset(&recv, 0, sizeof(aiot_subdev_recv_t)); in _subdev_topo_generic_notify_recv_handler()
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | subdev_basic_demo.c | 293 void demo_subdev_recv_handler(void *handle, const aiot_subdev_recv_t *packet, void *user_data) in demo_subdev_recv_handler()
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_gateway.c | 97 static void aiot_subdev_packet_dump(const aiot_subdev_recv_t *packet) in aiot_subdev_packet_dump() 215 static void aiot_subdev_recv_handler(void *handle, const aiot_subdev_recv_t *packet, void *user_dat… in aiot_subdev_recv_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_gateway.c | 181 static void aiot_subdev_packet_dump(const aiot_subdev_recv_t *packet) in aiot_subdev_packet_dump() 214 static void aiot_subdev_recv_handler(void *handle, const aiot_subdev_recv_t *packet, void *user_dat… in aiot_subdev_recv_handler()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_gateway.c | 184 static void aiot_subdev_packet_dump(const aiot_subdev_recv_t *packet) in aiot_subdev_packet_dump() 205 static void aiot_subdev_recv_handler(void *handle, const aiot_subdev_recv_t *packet, void *user_dat… in aiot_subdev_recv_handler()
|
Completed in 20 milliseconds