Home
last modified time | relevance | path

Searched refs:pcontext (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_cmp.h75 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 Dawss_report.c83 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 Dmqtt_api.h131 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 Dmqtt_wrapper.h15 void *pcontext);
18 iotx_mqtt_event_handle_func_fpt topic_handle_func, void *pcontext,
A Dmqtt_api.c297 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 Diotx_cm_mqtt.c6 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 Diotx_cm.c155 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 Diotx_cm_internal.h68 void *pcontext);
A Diotx_cm.h133 iotx_cm_data_handle_cb topic_handle_func, void *pcontext);
A Diotx_cm_coap.c62 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 Diotx_alcs.h40 typedef void (*iotx_alcs_event_handle_func_fpt)(void *pcontext, void *phandle,
45 void *pcontext; member
A Dalcs_mqtt.c238 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 Ddm_server.h15 void dm_server_alcs_event_handler(void *pcontext, void *phandle,
A Ddm_server_adapter.c80 event_handle.pcontext = NULL; in dm_server_open()
A Ddm_server.c106 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 Ddynreg_internal.h52 void *pcontext);
A Ddynreg.c402 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 Ddev_reset.c15 static void mqtt_sub_handle(void *pcontext, void *pclient, in mqtt_sub_handle() argument
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.c199 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 Dota_mqtt.c108 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 Diotx_ota_internal.h88 typedef int (*ota_cb_fpt)(void *pcontext, const char *msg, uint32_t msg_len,
A Diotx_ota.c23 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 Dawss_dev_reset.c31 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 Dimpl_ntp.c33 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 Dawss_registrar.c162 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

Completed in 56 milliseconds

12