Home
last modified time | relevance | path

Searched refs:moduleDeinit (Results 1 – 6 of 6) sorted by relevance

/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() argument
388 if (ctx != &g_coapCtx || !g_coapCtx.inited || !moduleDeinit) { in CoapServerDestroy()
389 …DER_LOGE(TAG, "do not destroy, inited: %hhd, module deinit: %hhd", g_coapCtx.inited, moduleDeinit); in CoapServerDestroy()
/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/include/
H A Dnstackx_device_local.h73 void DestroyLocalIface(struct LocalIface *iface, bool moduleDeinit);
/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() argument
468 DFINDER_LOGD(TAG, "coap server destroy, module deinit: %d", moduleDeinit); in CoapServerDestroy()
477 if (moduleDeinit) { in CoapServerDestroy()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c255 void DestroyLocalIface(struct LocalIface *iface, bool moduleDeinit) in DestroyLocalIface() argument
264 CoapServerDestroy(iface->ctx, moduleDeinit); in DestroyLocalIface()