/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_epoll.h | 44 EpollDesc epollfd; 56 NSTACKX_EXPORT EpollDesc CreateEpollDesc(void); 57 NSTACKX_EXPORT int32_t EpollLoop(EpollDesc epollfd, int32_t timeout); 58 static inline bool IsEpollDescValid(EpollDesc epollfd); 59 static inline bool IsEpollDescEqual(EpollDesc epollfd1, EpollDesc epollfd2); 60 static inline void CloseEpollDesc(EpollDesc epollfd);
|
H A D | nstackx_event.h | 31 EpollDesc epollfd; 36 NSTACKX_EXPORT int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg); 37 NSTACKX_EXPORT void ClearEvent(const List *eventNodeChain, EpollDesc epollfd); 38 NSTACKX_EXPORT int32_t EventModuleInit(List *eventNodeChain, EpollDesc epollfd); 39 NSTACKX_EXPORT void EventModuleClean(const List *eventNodeChain, EpollDesc epollfd); 41 NSTACKX_EXPORT EpollTask *GetEpollTask(List *eventNodeChain, EpollDesc epollfd);
|
H A D | nstackx_timer.h | 44 NSTACKX_EXPORT Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *data);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_epoll.h | 22 typedef int32_t EpollDesc; typedef 30 static inline bool IsEpollDescValid(EpollDesc epollfd) in IsEpollDescValid() 35 static inline bool IsEpollDescEqual(EpollDesc epollfd1, EpollDesc epollfd2) in IsEpollDescEqual() 40 static inline void CloseEpollDesc(EpollDesc epollfd) in CloseEpollDesc()
|
H A D | sys_event.c | 29 EventNode *SearchEventNode(const List *eventNodeChain, EpollDesc epollfd); 55 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent() 82 void ClearEvent(const List *eventNodeChain, EpollDesc epollfd) in ClearEvent() 140 int32_t EventModuleInit(List *eventNodeChain, EpollDesc epollfd) in EventModuleInit()
|
H A D | sys_epoll.c | 68 EpollDesc CreateEpollDesc(void) in CreateEpollDesc() 73 int32_t EpollLoop(EpollDesc epollfd, int32_t timeout) in EpollLoop()
|
H A D | sys_timer.c | 122 Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *data) in TimerStart()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.h | 24 } *EpollDesc; typedef 52 void CloseEpollDescInner(EpollDesc epollfd); 55 static inline bool IsEpollDescValid(EpollDesc epollfd) in IsEpollDescValid() 60 static inline bool IsEpollDescEqual(EpollDesc epollfd1, EpollDesc epollfd2) in IsEpollDescEqual() 65 static inline void CloseEpollDesc(EpollDesc epollfd) in CloseEpollDesc()
|
H A D | sys_event.c | 29 EventNode *SearchEventNode(const List *eventNodeChain, EpollDesc epollfd); 59 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent() 90 void ClearEvent(const List *eventNodeChain, EpollDesc epollfd) in ClearEvent() 137 int32_t EventModuleInit(List *eventNodeChain, EpollDesc epollfd) in EventModuleInit()
|
H A D | sys_timer.c | 127 Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *data) in TimerStart()
|
H A D | sys_epoll.c | 406 EpollDesc CreateEpollDesc(void) in CreateEpollDesc() 811 int32_t EpollLoop(EpollDesc epollfd, int32_t timeout) 901 void CloseEpollDescInner(EpollDesc epollfd)
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_event.c | 24 EventNode *SearchEventNode(const List *eventNodeChain, EpollDesc epollfd) in SearchEventNode() 40 void EventModuleClean(const List *eventNodeChain, EpollDesc epollfd) in EventModuleClean() 82 EpollTask *GetEpollTask(List *eventNodeChain, EpollDesc epollfd) in GetEpollTask()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_common.h | 52 EpollDesc GetMainLoopEpollFd(void); 59 EpollDesc GetEpollFD(void);
|
H A D | nstackx_smartgenius.h | 25 int32_t SmartGeniusInit(EpollDesc epollfd);
|
H A D | nstackx_device_local.h | 33 int LocalDeviceInit(EpollDesc epollfd);
|
H A D | nstackx_device.h | 144 int32_t DeviceModuleInit(EpollDesc epollfd, uint32_t maxDeviceNum);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_app.c | 43 static uint32_t GetTimeout(CoapCtxType *ctx, EpollDesc epollfd); 90 EpollDesc epollFd; 192 static uint32_t RegisterCtxTask(EpollDesc epollfd) in RegisterCtxTask() 208 uint32_t RegisterCoAPEpollTask(EpollDesc epollfd) in RegisterCoAPEpollTask() 229 uint32_t RegisterCoAPEpollTask(EpollDesc epollfd) in RegisterCoAPEpollTask() 235 static uint32_t GetTimeout(CoapCtxType *ctx, EpollDesc epollfd) in GetTimeout()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_app.h | 50 uint32_t RegisterCoAPEpollTask(EpollDesc epollfd);
|
H A D | coap_discover.h | 83 int32_t CoapDiscoverInit(EpollDesc epollfd);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/ |
H A D | coap_discover.h | 32 int32_t CoapDiscoverInit(EpollDesc epollfd);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_manager.h | 184 EpollDesc epollfd; 239 EpollDesc epollfd; 264 EpollDesc epollfd;
|
H A D | nstackx_dfile_session.h | 80 EpollDesc epollfd;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_smartgenius.c | 243 int32_t SmartGeniusInit(EpollDesc epollfd) in SmartGeniusInit() 314 int32_t SmartGeniusInit(EpollDesc epollfd) in SmartGeniusInit()
|
H A D | nstackx_common.c | 65 static EpollDesc g_epollfd = INVALID_EPOLL_DESC; 107 EpollDesc GetEpollFD(void) in GetEpollFD() 312 EpollDesc GetMainLoopEpollFd(void) in GetMainLoopEpollFd() 322 static int32_t InternalInit(EpollDesc epollfd, uint32_t maxDeviceNum) in InternalInit()
|
H A D | nstackx_device.c | 490 int32_t DeviceModuleInit(EpollDesc epollfd, uint32_t maxDeviceNum) in DeviceModuleInit()
|