Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPServer.c254 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in CoAPServerMultiCast_send()
295 CoAPUintOption_add(&response, COAP_OPTION_OBSERVE, 0); in CoAPServerResp_send()
298 CoAPUintOption_add(&response, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in CoAPServerResp_send()
A DCoAPMessage.h35 int CoAPUintOption_add(CoAPMessage *message, unsigned short optnum,
A DCoAPExport.h43 extern int CoAPUintOption_add(CoAPMessage *message, unsigned short optnum,
A DCoAPObserve.c203 CoAPUintOption_add(&message, COAP_OPTION_OBSERVE, in CoAPObsServer_notify()
205 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, in CoAPObsServer_notify()
207 CoAPUintOption_add(&message, COAP_OPTION_MAXAGE, in CoAPObsServer_notify()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c320 CoAPUintOption_add(&message, COAP_OPTION_ACCEPT, COAP_CT_APP_LINK_FORMAT); in iotx_get_well_known()
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()
676 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, in IOT_CoAP_SendMessage()
678 CoAPUintOption_add(&message, COAP_OPTION_ACCEPT, in IOT_CoAP_SendMessage()
681 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, in IOT_CoAP_SendMessage()
683 CoAPUintOption_add(&message, COAP_OPTION_ACCEPT, in IOT_CoAP_SendMessage()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.h80 extern int CoAPUintOption_add(CoAPMessage *message, unsigned short optnum,
A Dalcs_api.c461 CoAPUintOption_add(message, COAP_OPTION_OBSERVE, observe); in internal_secure_send()
463 CoAPUintOption_add(message, COAP_OPTION_CONTENT_FORMAT, in internal_secure_send()
465 CoAPUintOption_add(message, COAP_OPTION_SESSIONID, session->sessionId); in internal_secure_send()
A Dalcs_coap.c77 CoAPUintOption_add(message, COAP_OPTION_OBSERVE, observe); in do_sendmsg()
A Dalcs_server.c770 CoAPUintOption_add(message, COAP_OPTION_SESSIONID, session->sessionId); in observe_data_encrypt()
/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_internal.h228 extern int CoAPUintOption_add(CoAPMessage *message, unsigned short optnum,
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPMessage_common.c82 int CoAPUintOption_add(CoAPMessage *message, unsigned short optnum, in CoAPUintOption_add() function

Completed in 21 milliseconds