Searched defs:eventNodeChain (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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() 63 void EventNodeChainClean(List *eventNodeChain) in EventNodeChainClean() 82 EpollTask *GetEpollTask(List *eventNodeChain, EpollDesc epollfd) in GetEpollTask()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_event.c | 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()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_event.c | 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()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_manager.h | 188 List *eventNodeChain; member 238 List *eventNodeChain; member 265 List *eventNodeChain; member
|
H A D | nstackx_dfile_session.h | 81 List eventNodeChain; member
|