/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_cmp.h | 75 void awss_enrollee_checkin(void *pcontext, void *pclient, void *msg); 76 void awss_online_switchap(void *pcontext, void *pclient, void *msg); 77 void awss_report_enrollee_reply(void *pcontext, void *pclient, void *msg); 78 void awss_get_cipher_reply(void *pcontext, void *pclient, void *msg); 79 void awss_report_token_reply(void *pcontext, void *pclient, void *msg);
|
A D | awss_report.c | 83 void awss_report_token_reply(void *pcontext, void *pclient, void *msg) in awss_report_token_reply() argument 116 void awss_online_switchap(void *pcontext, void *pclient, void *msg) in awss_online_switchap() argument
|
/AliOS-Things-master/components/linkkit/include/linkkit/ |
A D | mqtt_api.h | 131 typedef void (*iotx_mqtt_event_handle_func_fpt)(void *pcontext, void *pclient, 137 void *pcontext; member 257 void *pcontext); 280 void *pcontext, int timeout_ms);
|
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_wrapper.h | 15 void *pcontext); 18 iotx_mqtt_event_handle_func_fpt topic_handle_func, void *pcontext,
|
A D | mqtt_api.c | 297 mqtt_params.handle_event.pcontext = NULL; in IOT_MQTT_Construct() 392 if (pInitParams->handle_event.pcontext != NULL) { in IOT_MQTT_Construct() 393 mqtt_params.handle_event.pcontext = in IOT_MQTT_Construct() 394 pInitParams->handle_event.pcontext; in IOT_MQTT_Construct() 495 void *pcontext) in IOT_MQTT_Subscribe() argument 512 pcontext); in IOT_MQTT_Subscribe() 519 void *pcontext, int timeout_ms) in IOT_MQTT_Subscribe_Sync() argument 540 topic_handle_func, pcontext, timeout_ms); in IOT_MQTT_Subscribe_Sync()
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_mqtt.c | 6 static void iotx_cloud_conn_mqtt_event_handle(void *pcontext, void *pclient, 12 iotx_cm_data_handle_cb topic_handle_func, void *pcontext); 48 mqtt_param->handle_event.pcontext = NULL; in iotx_cm_open_mqtt() 71 static void iotx_cloud_conn_mqtt_event_handle(void *pcontext, void *pclient, in iotx_cloud_conn_mqtt_event_handle() argument 194 (iotx_cm_data_handle_cb)pcontext; in iotx_cloud_conn_mqtt_event_handle() 324 iotx_cm_data_handle_cb topic_handle_func, void *pcontext) in _mqtt_sub() argument
|
A D | iotx_cm.c | 155 iotx_cm_data_handle_cb topic_handle_func, void *pcontext) in iotx_cm_sub() argument 167 return sub_func(ext, topic, topic_handle_func, pcontext); in iotx_cm_sub()
|
A D | iotx_cm_internal.h | 68 void *pcontext);
|
A D | iotx_cm.h | 133 iotx_cm_data_handle_cb topic_handle_func, void *pcontext);
|
A D | iotx_cm_coap.c | 62 iotx_cm_data_handle_cb topic_handle_func, void *pcontext); 361 iotx_cm_data_handle_cb topic_handle_func, void *pcontext) in _coap_sub() argument
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | iotx_alcs.h | 40 typedef void (*iotx_alcs_event_handle_func_fpt)(void *pcontext, void *phandle, 45 void *pcontext; member
|
A D | alcs_mqtt.c | 238 static void __alcs_mqtt_subscribe_callback(void *pcontext, void *pclient, in __alcs_mqtt_subscribe_callback() argument 253 alcs_mqtt_ctx = (alcs_mqtt_ctx_t *)pcontext; in __alcs_mqtt_subscribe_callback()
|
/AliOS-Things-master/components/linkkit/dev_model/server/ |
A D | dm_server.h | 15 void dm_server_alcs_event_handler(void *pcontext, void *phandle,
|
A D | dm_server_adapter.c | 80 event_handle.pcontext = NULL; in dm_server_open()
|
A D | dm_server.c | 106 void dm_server_alcs_event_handler(void *pcontext, void *phandle, in dm_server_alcs_event_handler() argument
|
/AliOS-Things-master/components/linkkit/dynamic_register/ |
A D | dynreg_internal.h | 52 void *pcontext);
|
A D | dynreg.c | 402 void _mqtt_dynreg_topic_handle(void *pcontext, void *pclient, in _mqtt_dynreg_topic_handle() argument 406 char *ds = (char *)pcontext; in _mqtt_dynreg_topic_handle()
|
/AliOS-Things-master/components/linkkit/dev_reset/ |
A D | dev_reset.c | 15 static void mqtt_sub_handle(void *pcontext, void *pclient, in mqtt_sub_handle() argument
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.c | 199 pClient->handle_event.pcontext = pInitParams->handle_event.pcontext; in iotx_mc_init() 520 handle->h_fp(handle->pcontext, c, msg); in _handle_event() 1062 static void _iotx_mqtt_event_handle_sub(void *pcontext, void *pclient, in _iotx_mqtt_event_handle_sub() argument 1149 _iotx_mqtt_event_handle_sub(c->handle_event.pcontext, c, &msg); in iotx_mc_handle_recv_SUBACK() 1839 pClient->handle_event.h_fp(pClient->handle_event.pcontext, pClient, in iotx_mc_reconnect_callback() 1977 if (messageHandlers1->handle.pcontext != messageHandler2->handle.pcontext) { in iotx_mc_check_handle_is_identical() 1987 void *pcontext) in MQTTSubscribe() argument 2101 handler->handle.pcontext = pcontext; in MQTTSubscribe() 2918 void *pcontext) in wrapper_mqtt_subscribe() argument 2962 iotx_mqtt_event_handle_func_fpt topic_handle_func, void *pcontext, in wrapper_mqtt_subscribe_sync() argument [all …]
|
/AliOS-Things-master/components/linkkit/ota/ |
A D | ota_mqtt.c | 108 static void otamqtt_UpgrageCb(void *pcontext, void *pclient, in otamqtt_UpgrageCb() argument 111 otamqtt_Struct_pt handle = (otamqtt_Struct_pt)pcontext; in otamqtt_UpgrageCb()
|
A D | iotx_ota_internal.h | 88 typedef int (*ota_cb_fpt)(void *pcontext, const char *msg, uint32_t msg_len,
|
A D | iotx_ota.c | 23 static int ota_callback(void *pcontext, const char *msg, uint32_t msg_len, in ota_callback() argument 29 OTA_Struct_pt h_ota = (OTA_Struct_pt)pcontext; in ota_callback()
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/ |
A D | awss_dev_reset.c | 31 void awss_report_reset_reply(void *pcontext, void *pclient, void *mesg) in awss_report_reset_reply() argument
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 33 static void linkkit_ntp_time_reply(void *pcontext, void *pclient, void *mesg) in linkkit_ntp_time_reply() argument
|
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/ |
A D | awss_registrar.c | 162 void awss_enrollee_checkin(void *pcontext, void *pclient, void *msg) in awss_enrollee_checkin() argument 377 void awss_get_cipher_reply(void *pcontext, void *pclient, void *msg) in awss_get_cipher_reply() argument 580 void awss_report_enrollee_reply(void *pcontext, void *pclient, void *msg) in awss_report_enrollee_reply() argument
|