Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c664 … if (((op == SPUNGE_EPOLL_CTL_ADD) || (op == SPUNGE_EPOLL_CTL_MOD)) && (event == FILLP_NULL_PTR)) { in SpungeEpollCtlParaChk()
714 case SPUNGE_EPOLL_CTL_ADD: in SpungeEpollCtl()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h186 #define SPUNGE_EPOLL_CTL_ADD 1 macro
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp1008 auto ret = FtEpollCtl(epollFd_, SPUNGE_EPOLL_CTL_ADD, fd, &event); in SetSocketEpollMode()