/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/patch/ind/ |
D | patch_tab.h | 11 typedef int (*ke_msg_func_t)(uint16_t const msgid, uint16_t const *param, 27 extern int host_to_sdk_msg_handler_patch(uint16_t const msgid, uint16_t *param, 30 extern int gap_activity_stopped_ind_handler_patch(uint16_t const msgid, uint16_t const *p_param, 32 extern int gapm_cmp_evt_handler_patch(uint16_t const msgid, uint16_t const *param, 34 extern int gap_dev_bdaddr_ind_handler_patch(uint16_t const msgid, uint16_t const *param, 37 extern int llm_hci_command_handler_patch(uint16_t const msgid, uint16_t const *param, 49 extern int l2cc_pdu_recv_ind_handler_patch(uint16_t const msgid, struct l2cc_pdu_recv_ind *param, 52 extern int llc_loc_llcp_rsp_to_handler_patch(uint16_t const msgid, uint16_t const *param, 54 extern int llc_rem_llcp_rsp_to_handler_patch(uint16_t const msgid, uint16_t const *param, 56 extern int lld_acl_rx_ind_handler_patch(uint16_t const msgid, uint16_t const *param, [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_app/app_main/ |
D | app_present_task.c | 75 ke_msg_id_t msgid, in app_get_handler() argument 88 if ((handler.id == msgid) || in app_get_handler() 94 return (uint8_t)(handler.func(msgid, param, TASK_APP, src_id)); in app_get_handler() 119 static int gapm_activity_created_ind_handler(ke_msg_id_t const msgid, in gapm_activity_created_ind_handler() argument 152 static int gapm_activity_stopped_ind_handler(ke_msg_id_t const msgid, in gapm_activity_stopped_ind_handler() argument 212 static int gapm_profile_added_ind_handler(ke_msg_id_t const msgid, in gapm_profile_added_ind_handler() argument 258 static int gapm_cmp_evt_handler(ke_msg_id_t const msgid, in gapm_cmp_evt_handler() argument 537 static int gapc_get_dev_info_req_ind_handler(ke_msg_id_t const msgid, in gapc_get_dev_info_req_ind_handler() argument 616 static int gapc_set_dev_info_req_ind_handler(ke_msg_id_t const msgid, in gapc_set_dev_info_req_ind_handler() argument 649 static int gapc_connection_req_ind_handler(ke_msg_id_t const msgid, in gapc_connection_req_ind_handler() argument [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/ke/api/ |
D | ble_ke_task.h | 63 typedef int (*ke_msg_func_t)(ke_msg_id_t const msgid, void const *param, 67 …SG_HANDLER(msg_name, param_struct) __STATIC int msg_name##_handler(ke_msg_id_t const msgid, \ 72 …G_HANDLER_NO_STATIC(msg_name, param_struct) int msg_name##_handler(ke_msg_id_t const msgid, \ 192 int ke_msg_discard(ke_msg_id_t const msgid, void const *param, 207 int ke_msg_save(ke_msg_id_t const msgid, void const *param,
|
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/test/ |
D | test1.c | 358 unsigned short msgid = 23; in test2() local 377 rc = MQTTSerialize_publish(buf, buflen, dup, qos, retained, msgid, topicString, in test2() 389 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test2() 416 unsigned short msgid = 23; in test3() local 434 rc = MQTTSerialize_subscribe(buf, buflen, dup, msgid, count, topicStrings, req_qoss); in test3() 442 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test3() 469 int msgid = 23; in test4() local 482 rc = MQTTSerialize_suback(buf, buflen, msgid, count, granted_qoss); in test4() 489 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test4() 515 unsigned short msgid = 23; in test5() local [all …]
|
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/samples/ |
D | pub0sub1.c | 52 int msgid = 1; in main() local 99 len = MQTTSerialize_subscribe(buf, buflen, 0, msgid, 1, &topicString, &req_qos); in main() 129 unsigned short msgid; in main() local 135 rc = MQTTDeserialize_publish(&dup, &qos, &retained, &msgid, &receivedTopic, in main()
|
D | pub0sub1_nb.c | 52 int msgid = 1; in main() local 103 len = MQTTSerialize_subscribe(buf, buflen, 0, msgid, 1, &topicString, &req_qos); in main() 135 unsigned short msgid; in main() local 141 rc = MQTTDeserialize_publish(&dup, &qos, &retained, &msgid, &receivedTopic, in main()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_profiles/smartconfig/smartconfigs/src/ |
D | smartconfig_task.c | 55 __STATIC int gattc_write_req_ind_handler(ke_msg_id_t const msgid, in gattc_write_req_ind_handler() argument 190 __STATIC int gattc_cmp_evt_handler(ke_msg_id_t const msgid, struct gattc_cmp_evt const *param, in gattc_cmp_evt_handler() argument 228 __STATIC int gattc_read_req_ind_handler(ke_msg_id_t const msgid, in gattc_read_req_ind_handler() argument 359 __STATIC int send_wifi_state_notification_handler(ke_msg_id_t const msgid, in send_wifi_state_notification_handler() argument 368 __STATIC int send_wifi_state_indication_handler(ke_msg_id_t const msgid, in send_wifi_state_indication_handler() argument 377 __STATIC int send_time_state_notification_handler(ke_msg_id_t const msgid, in send_time_state_notification_handler() argument 386 __STATIC int send_time_state_indication_handler(ke_msg_id_t const msgid, in send_time_state_indication_handler() argument 407 static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, in gattc_att_info_req_ind_handler() argument
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_app/app_smartconfig/ |
D | app_smartconfig.c | 219 static int app_smartconfig_wifi_state_service_changed_handler(ke_msg_id_t const msgid, in app_smartconfig_wifi_state_service_changed_handler() argument 232 static int app_smartconfig_time_state_service_changed_handler(ke_msg_id_t const msgid, in app_smartconfig_time_state_service_changed_handler() argument 241 static int app_smartconfig_time_state_sent_handler(ke_msg_id_t const msgid, in app_smartconfig_time_state_sent_handler() argument 249 static int app_smartconfig_ap_info_received_handler(ke_msg_id_t const msgid, in app_smartconfig_ap_info_received_handler() argument 264 static int app_smartconfig_time_info_received_handler(ke_msg_id_t const msgid, in app_smartconfig_time_info_received_handler() argument 274 static int app_smartconfig_dflt_msg_handler(ke_msg_id_t const msgid, in app_smartconfig_dflt_msg_handler() argument
|
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/samples/baremetalserial/ |
D | pub0sub1_nb.c | 58 int msgid = 1; in main() local 113 len = MQTTSerialize_subscribe(buf, buflen, 0, msgid, 1, &topicString, &req_qos); in main() 149 unsigned short msgid; in main() local 155 rc = MQTTDeserialize_publish(&dup, &qos, &retained, &msgid, &receivedTopic, in main()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
D | MQTTPacket.h | 252 int MQTTPacket_send_puback(int msgid, networkHandles* net, const char* clientID); 258 int MQTTPacket_send_pubrec(int msgid, networkHandles* net, const char* clientID); 259 int MQTTPacket_send_pubrel(int msgid, int dup, networkHandles* net, const char* clientID); 260 int MQTTPacket_send_pubcomp(int msgid, networkHandles* net, const char* clientID);
|
D | MQTTPacketOut.h | 33 int msgid, int dup, Clients* client); 36 int MQTTPacket_send_unsubscribe(List* topics, MQTTProperties* props, int msgid, int dup, Clients* c…
|
D | MQTTPersistence.h | 75 int msgid; member
|
D | Clients.h | 62 int msgid; member
|
D | MQTTClient.h | 322 int msgid; member
|
D | MQTTAsync.h | 313 int msgid; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | bh.c | 1642 u16 msgid, ifid; in xradio_bh() local 1644 msgid = (*(p + 1)) & WSM_MSG_ID_MASK; in xradio_bh() 1649 msgid, ifid, *p); in xradio_bh() 1883 u16 msgid, ifid; in xradio_bh() local 1885 msgid = (*(p + 1)) & 0x3F; in xradio_bh() 1888 if (msgid == 0x0006) { in xradio_bh() 1892 msgid, ifid, *p, *(p + 2)); in xradio_bh() 1896 "len %d\n", msgid, ifid, *p); in xradio_bh()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_msgbuf.c | 530 static uint16 dhd_msgbuf_rxbuf_post_ctrlpath(dhd_pub_t *dhd, uint8 msgid, uint32 max_to_post);
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_msgbuf.c | 646 static uint16 dhd_msgbuf_rxbuf_post_ctrlpath(dhd_pub_t *dhd, uint8 msgid,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_msgbuf.c | 653 static uint16 dhd_msgbuf_rxbuf_post_ctrlpath(dhd_pub_t *dhd, uint8 msgid, uint32 max_to_post);
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_msgbuf.c | 861 static uint16 dhd_msgbuf_rxbuf_post_ctrlpath(dhd_pub_t *dhd, uint8 msgid, uint32 max_to_post);
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|