Home
last modified time | relevance | path

Searched refs:SpungeEpollEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c149 FILLP_CONST struct SpungeEpollEvent *event) in EpModify()
156 …(void)memcpy_s(&epi->event, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent in EpModify()
274 struct SpungeEpollEvent *events, in EpGetEventsAndSignal()
327 struct SpungeEpollEvent *events, in EpPoll()
474 …(void)memcpy_s(&epi->event, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent in EpInsert()
567 struct SpungeEpollEvent epds; in SpungeEpollCtlHandleAddEvent()
584 (void)memset_s(&epds, sizeof(struct SpungeEpollEvent), 0, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleAddEvent()
585 (void)memcpy_s(&epds, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleAddEvent()
641 struct SpungeEpollEvent epds; in SpungeEpollCtlHandleModEvent()
649 (void)memset_s(&epds, sizeof(struct SpungeEpollEvent), 0, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleModEvent()
[all …]
H A Dapi.c295 … FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpollEvent *event) in FtEpollCtl()
300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents,… in FtEpollWait()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Depoll_app.h24 …geEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpollEvent *event);
26 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h64 struct SpungeEpollEvent event;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h310 FILLP_CONST struct SpungeEpollEvent *event);
333 extern FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events,
H A Dfillptypes.h250 struct SpungeEpollEvent { struct
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp968 struct SpungeEpollEvent events[MAX_EPOLL_NUM]; in EpollTimeout()
1004 struct SpungeEpollEvent event = {0}; in SetSocketEpollMode()