Searched defs:remoteUrl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_discover.c | 61 static int32_t HndPostServiceDiscoverInner(const uint8_t *buf, size_t size, char **remoteUrl, Devic… in HndPostServiceDiscoverInner() 90 static void GetBuildCoapParam(const CoapPacket *pkt, const char *remoteUrl, const char *remoteIp, C… in GetBuildCoapParam() 106 static int32_t CreateUnicastCoapParam(const char *remoteUrl, const char *remoteIp, CoapBuildParam *… in CreateUnicastCoapParam() 119 static void CoapResponseServiceDiscovery(const char *remoteUrl, const CoapPacket *pkt, in CoapResponseServiceDiscovery() 148 char *remoteUrl = NULL; in HndPostServiceDiscoverEx() local 551 char remoteUrl[NSTACKX_MAX_URI_BUFFER_LENGTH] = {0}; in SendDiscoveryRspEx() local
|
H A D | coap_app.c | 45 const char *remoteUrl; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 219 static int32_t CoapResponseService(CoapCtxType *ctx, const char *remoteUrl, uint8_t businessType) in CoapResponseService() 239 static int32_t HndPostServiceDiscoverInner(const coap_pdu_t *request, char **remoteUrl, DeviceInfo … in HndPostServiceDiscoverInner() 273 static void CoapResponseServiceDiscovery(const char *remoteUrl, const coap_context_t *currCtx, in CoapResponseServiceDiscovery() 296 char *remoteUrl = NULL; in HndPostServiceDiscoverEx() local 1300 char remoteUrl[NSTACKX_MAX_URI_BUFFER_LENGTH] = {0}; local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_discover.h | 56 const char *remoteUrl; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | json_payload.c | 500 char *remoteUrl = NULL; in ParseServiceDiscoverEx() local
|