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 D | coap_app.c | 386 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 D | coap_app.h | 54 void CoapServerDestroy(CoapCtxType *ctx, bool moduleDeinit);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_app.h | 48 void CoapServerDestroy(CoapCtxType *ctx, bool moduleDeinit);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device_local.h | 73 void DestroyLocalIface(struct LocalIface *iface, bool moduleDeinit);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_app.c | 466 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 D | nstackx_device_local.c | 255 void DestroyLocalIface(struct LocalIface *iface, bool moduleDeinit) in DestroyLocalIface() argument 264 CoapServerDestroy(iface->ctx, moduleDeinit); in DestroyLocalIface()
|