Searched refs:COAP_CT_APP_JSON (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPServer.c | 225 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 D | CoAPObserve.c | 101 obs->ctype = (acceptype == 0) ? COAP_CT_APP_JSON : acceptype; in CoAPObsServer_add()
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_api.c | 237 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 D | iotx_coap_internal.h | 34 #define COAP_CT_APP_JSON 50 /* application/json */ macro
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | iotx_coap_api.c | 499 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