Home
last modified time | relevance | path

Searched refs:CoapRequest (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h53 typedef struct CoapRequest { struct
61 } CoapRequest; typedef
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_dfinder_mgt_msg_log.h34 void DFinderMgtReqLog(CoapRequest *coapRequest);
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c44 typedef struct CoapRequest { struct
49 } CoapRequest; typedef
183 static int32_t CoapSendMsg(const CoapRequest *coapRequest, uint8_t isBroadcast) in CoapSendMsg()
221 CoapRequest coapRequest = {0}; in CoapSendMessageEx()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c119 static coap_pdu_t *CoapPackToPdu(const CoapRequest *coapRequest, const coap_uri_t *uriPtr, coap_session_t *session) in CoapPackToPdu()
143 static void FillCoapRequest(CoapRequest *coapRequest, uint8_t coapType, const char *url, char *data, size_t dataLen) in FillCoapRequest()
145 (void)memset_s(coapRequest, sizeof(CoapRequest), 0, sizeof(CoapRequest)); in FillCoapRequest()
155 CoapRequest coapRequest; in CoapSendRequestEx()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c267 void DFinderMgtReqLog(CoapRequest *coapRequest) in DFinderMgtReqLog()

Completed in 5 milliseconds