Home
last modified time | relevance | path

Searched refs:DestroyLocalIface (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c90 DestroyLocalIface(iface, NSTACKX_FALSE); in LocalDeviceTimeout()
111 DestroyLocalIface((struct LocalIface *)pos, NSTACKX_TRUE); in LocalDeviceDeinit()
116 DestroyLocalIface((struct LocalIface *)pos, NSTACKX_TRUE); in LocalDeviceDeinit()
120 DestroyLocalIface((struct LocalIface *)pos, NSTACKX_TRUE); in LocalDeviceDeinit()
186 DestroyLocalIface(iface, NSTACKX_FALSE); in LocalIfaceCreateContextTimeout()
255 void DestroyLocalIface(struct LocalIface *iface, bool moduleDeinit) in DestroyLocalIface() function
/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.c313 DestroyLocalIface(ctx->iface, NSTACKX_FALSE); in DeRegisterCoAPEpollTaskCb()