Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c254 p_iotx_coap->coap_token++; in iotx_get_coap_token()
479 if (NULL == p_iotx_coap || in IOT_CoAP_DeviceNameAuth()
480 (NULL != p_iotx_coap && (NULL == p_iotx_coap->p_auth_token || in IOT_CoAP_DeviceNameAuth()
521 p_iotx_coap->p_devinfo->device_id, sign, p_iotx_coap->seq); in IOT_CoAP_DeviceNameAuth()
633 (NULL != p_iotx_coap && NULL == p_iotx_coap->p_coap_ctx)) { in IOT_CoAP_SendMessage()
854 if (NULL == p_iotx_coap) { in IOT_CoAP_Init()
899 memset(p_iotx_coap->key, 0x00, sizeof(p_iotx_coap->key)); in IOT_CoAP_Init()
928 if (NULL != p_iotx_coap) { in IOT_CoAP_Init()
941 coap_free(p_iotx_coap); in IOT_CoAP_Init()
980 if (NULL == p_iotx_coap || in IOT_CoAP_Yield()
[all …]

Completed in 10 milliseconds