Home
last modified time | relevance | path

Searched refs:CoapServerDestroy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_app.h54 void CoapServerDestroy(CoapCtxType *ctx, bool moduleDeinit);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_app.h48 void CoapServerDestroy(CoapCtxType *ctx, bool moduleDeinit);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c386 void CoapServerDestroy(CoapCtxType *ctx, bool moduleDeinit) in CoapServerDestroy() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c466 void CoapServerDestroy(CoapCtxType *ctx, bool moduleDeinit) in CoapServerDestroy() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c264 CoapServerDestroy(iface->ctx, moduleDeinit); in DestroyLocalIface()