/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_dataqueue.c | 45 SDL_FreeDataQueueList(SDL_DataQueuePacket *packet) in SDL_FreeDataQueueList() 74 …SDL_DataQueuePacket *packet = (SDL_DataQueuePacket *) SDL_malloc(sizeof (SDL_DataQueuePacket) + pa… in SDL_NewDataQueue() local 102 SDL_DataQueuePacket *packet; in SDL_ClearDataQueue() local 143 SDL_DataQueuePacket *packet; in AllocateDataQueuePacket() local 194 SDL_DataQueuePacket *packet = queue->tail; in SDL_WriteToDataQueue() local 234 SDL_DataQueuePacket *packet; in SDL_PeekIntoDataQueue() local 259 SDL_DataQueuePacket *packet; in SDL_ReadFromDataQueue() local 302 SDL_DataQueuePacket *packet; in SDL_ReserveSpaceInDataQueue() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | demand.c | 68 struct packet { struct 70 struct packet *next; argument 74 struct packet *pend_q; argument
|
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.c | 35 static void _subdev_topo_generic_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, v… in _subdev_topo_generic_reply_recv_handler() 128 static void _subdev_topo_generic_notify_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, … in _subdev_topo_generic_notify_recv_handler() 197 static void _subdev_topo_add_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void … in _subdev_topo_add_reply_recv_handler() 202 static void _subdev_topo_delete_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, vo… in _subdev_topo_delete_reply_recv_handler() 207 static void _subdev_topo_get_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void … in _subdev_topo_get_reply_recv_handler() 212 static void _subdev_batch_login_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, vo… in _subdev_batch_login_reply_recv_handler() 217 static void _subdev_batch_logout_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, v… in _subdev_batch_logout_reply_recv_handler() 222 static void _subdev_sub_register_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, v… in _subdev_sub_register_reply_recv_handler() 227 …id _subdev_product_register_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void … in _subdev_product_register_reply_recv_handler() 232 static void _subdev_topo_change_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *us… in _subdev_topo_change_recv_handler()
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_comm_mqtt.c | 23 static void uagent_up_reply_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in uagent_up_reply_handler() 28 static void uagent_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in uagent_handler()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_http_api.c | 17 static void _core_http_auth_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userda… in _core_http_auth_recv_handler() 57 static void _core_http_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userdata) in _core_http_recv_handler() 511 aiot_http_recv_t packet; in aiot_http_recv() local
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | subdev_basic_demo.c | 108 void demo_mqtt_default_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in demo_mqtt_default_recv_handler() 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/external/app_mgr/ |
A D | app_message.c | 108 void pyamp_putfile_message_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in pyamp_putfile_message_handler() 123 void pyamp_verify_message_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in pyamp_verify_message_handler() 286 static void aiot_ntp_recv_handler(void *handle, const aiot_ntp_recv_t *packet, void *userdata) in aiot_ntp_recv_handler()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_hfp.h | 18 btif_bt_packet_t packet; member
|
/AliOS-Things-master/components/linksdk/components/dynreg/ |
A D | aiot_dynreg_api.c | 50 static void _dynreg_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userdata) in _dynreg_recv_handler() 446 aiot_dynreg_recv_t packet; in aiot_dynreg_recv() local
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_http.c | 366 aiot_http_recv_t packet; in _core_http_recv_status_code() local 383 aiot_http_recv_t packet; in _core_http_recv_header_pair() local 550 aiot_http_recv_t packet; in _core_http_recv_body() local
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.c | 25 static void _bootstrap_http_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userda… in _bootstrap_http_recv_handler() 194 static void _bootstrap_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _bootstrap_recv_handler() 631 aiot_bootstrap_recv_t packet; in aiot_bootstrap_recv() local
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | modbus.js | 28 var packet = { class in rtn.read 68 var packet = { class in rtn.write
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_dynreg.c | 24 const aiot_dynreg_recv_t *packet, in pyamp_aiot_app_dynreg_recv_handler()
|
A D | module_aiot_ntp.c | 63 static void aiot_app_ntp_recv_handler(void *handle, const aiot_ntp_recv_t *packet, void *userdata) in aiot_app_ntp_recv_handler()
|
/AliOS-Things-master/components/sntp/src/ |
A D | sntp.c | 155 static void sntp_init_request_packet(ntp_packet *packet) in sntp_init_request_packet() 166 static int sntp_process_time(ntp_packet *packet, struct timeval *time) in sntp_process_time() 210 ntp_packet packet; in sntp_query_server() local
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_report.c | 127 char *packet = NULL, *awss_info = NULL, *elem = NULL; in awss_online_switchap() local 307 char *packet; in awss_report_token_to_cloud() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 23 void aiot_app_dynreg_recv_handler(void *handle, const aiot_dynreg_recv_t *packet, void *userdata) in aiot_app_dynreg_recv_handler()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 22 void aiot_app_dynreg_recv_handler(void *handle, const aiot_dynreg_recv_t *packet, void *userdata) in aiot_app_dynreg_recv_handler()
|
A D | module_aiot_ntp.c | 56 static void aiot_app_ntp_recv_handler(void *handle, const aiot_ntp_recv_t *packet, void *userdata) in aiot_app_ntp_recv_handler()
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 251 …ack_packet_handler_att_server(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in btstack_packet_handler_att_server() 293 STATIC void btstack_packet_handler(uint8_t packet_type, uint8_t *packet, uint8_t irq) { in btstack_packet_handler() 501 STATIC void btstack_packet_handler_generic(uint8_t packet_type, uint16_t channel, uint8_t *packet, … in btstack_packet_handler_generic() 513 …ket_handler_discover_services(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in btstack_packet_handler_discover_services() 520 …dler_discover_characteristics(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in btstack_packet_handler_discover_characteristics() 527 …_handler_discover_descriptors(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in btstack_packet_handler_discover_descriptors() 534 STATIC void btstack_packet_handler_read(uint8_t packet_type, uint16_t channel, uint8_t *packet, uin… in btstack_packet_handler_read() 541 …t_handler_write_with_response(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in btstack_packet_handler_write_with_response()
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/ |
A D | awss_dev_reset.c | 75 char *packet = NULL; in awss_report_reset_to_cloud() local
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 138 char *packet = NULL; in linkkit_ntp_time_request() local
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 63 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, in mqtt_recv_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 62 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_gamecube.c | 125 Uint8 packet[37]; in HIDAPI_DriverGameCube_InitDevice() local 231 Uint8 packet[37]; in HIDAPI_DriverGameCube_UpdateDevice() local
|