Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_common.h59 EpollDesc GetEpollFD(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hievent.c124 if (PostEvent(GetEventNodeChain(), GetEpollFD(), SetEventFuncInner, msg) != NSTACKX_EOK) { in SetEventFunc()
H A Dnstackx_dfinder_hidump.c84 if (PostEvent(GetEventNodeChain(), GetEpollFD(), handle, msg) != NSTACKX_EOK) { in PostDumpMsg()
H A Dnstackx_device_local.c224 iface->timer = TimerStart(GetEpollFD(), g_ifaceCoapCtxRetryBackoffList[0], in LocalIfaceInit()
H A Dnstackx_common.c107 EpollDesc GetEpollFD(void) in GetEpollFD() function