Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPServer.c225 return CoAPResource_register(context, uri, COAP_PERM_GET, COAP_CT_APP_JSON, in CoAPServer_register()
254 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in CoAPServerMultiCast_send()
298 CoAPUintOption_add(&response, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in CoAPServerResp_send()
A DCoAPObserve.c101 obs->ctype = (acceptype == 0) ? COAP_CT_APP_JSON : acceptype; in CoAPObsServer_add()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_api.c237 COAP_CT_APP_JSON, 60, 0, alcs_rec_auth); in alcs_auth_init()
240 COAP_CT_APP_JSON, 60, 0, alcs_rec_auth_select); in alcs_auth_init()
243 COAP_CT_APP_JSON, 60, 0, alcs_rec_heart_beat); in alcs_auth_init()
268 COAP_CT_APP_JSON, 60, 0, alcs_rec_auth); in alcs_auth_subdev_init()
271 COAP_CT_APP_JSON, 60, 0, alcs_rec_auth_select); in alcs_auth_subdev_init()
/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_internal.h34 #define COAP_CT_APP_JSON 50 /* application/json */ macro
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c499 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in IOT_CoAP_DeviceNameAuth()
500 CoAPUintOption_add(&message, COAP_OPTION_ACCEPT, COAP_CT_APP_JSON); in IOT_CoAP_DeviceNameAuth()
682 COAP_CT_APP_JSON); in IOT_CoAP_SendMessage()

Completed in 8 milliseconds