Home
last modified time | relevance | path

Searched refs:iotx_coap_context_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/
A Dcoap_api.h96 typedef void iotx_coap_context_t; typedef
117 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config);
129 void IOT_CoAP_Deinit(iotx_coap_context_t **p_context);
141 int IOT_CoAP_DeviceNameAuth(iotx_coap_context_t *p_context);
152 int IOT_CoAP_Yield(iotx_coap_context_t *p_context);
168 int IOT_CoAP_SendMessage(iotx_coap_context_t *p_context, char *p_path,
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_coap.c50 extern uint32_t IOT_CoAP_GetCurToken(iotx_coap_context_t *p_context);
169 iotx_coap_context_t *p_ctx = NULL; in _coap_connect()
314 IOT_CoAP_GetCurToken((iotx_coap_context_t *)_coap_conncection->context); in _coap_publish()
316 IOT_CoAP_SendMessage((iotx_coap_context_t *)_coap_conncection->context, in _coap_publish()
357 return IOT_CoAP_Yield((iotx_coap_context_t *)_coap_conncection->context); in _coap_yield()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c45 iotx_coap_context_t *g_coap_context = NULL;
238 IOT_CoAP_DeviceNameAuth((iotx_coap_context_t *)p_iotx_coap); in iotx_device_name_auth_callback()
298 int iotx_get_well_known(iotx_coap_context_t *p_context) in iotx_get_well_known()
467 int IOT_CoAP_DeviceNameAuth(iotx_coap_context_t *p_context) in IOT_CoAP_DeviceNameAuth()
607 uint32_t IOT_CoAP_GetCurToken(iotx_coap_context_t *p_context) in IOT_CoAP_GetCurToken()
619 int IOT_CoAP_SendMessage(iotx_coap_context_t *p_context, char *p_path, in IOT_CoAP_SendMessage()
838 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config) in IOT_CoAP_Init()
924 g_coap_context = (iotx_coap_context_t *)p_iotx_coap; in IOT_CoAP_Init()
925 return (iotx_coap_context_t *)p_iotx_coap; in IOT_CoAP_Init()
946 void IOT_CoAP_Deinit(iotx_coap_context_t **pp_context) in IOT_CoAP_Deinit()
[all …]

Completed in 7 milliseconds