Home
last modified time | relevance | path

Searched defs:coapRequest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_dfinder_mgt_msg_log.h37 #define DFINDER_MGT_REQ_LOG(coapRequest) DFinderMgtReqLog(coapRequest) argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c183 static int32_t CoapSendMsg(const CoapRequest *coapRequest, uint8_t isBroadcast) in CoapSendMsg()
221 CoapRequest coapRequest = {0}; in CoapSendMessageEx() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c267 void DFinderMgtReqLog(CoapRequest *coapRequest) in DFinderMgtReqLog()
/ohos5.0/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_ses… in CoapPackToPdu()
143 static void FillCoapRequest(CoapRequest *coapRequest, uint8_t coapType, const char *url, char *data… in FillCoapRequest()
155 CoapRequest coapRequest; in CoapSendRequestEx() local