Home
last modified time | relevance | path

Searched refs:NONE_EVENT (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c118 int op = (loop->fdMasks[fd].mask == NONE_EVENT) ? EPOLL_CTL_ADD : EPOLL_CTL_MOD; in AddFdEvent()
148 if (loop->fdMasks[fd].mask == NONE_EVENT) { in DelFdEvent()
164 int op = (mask == NONE_EVENT) ? EPOLL_CTL_DEL : EPOLL_CTL_MOD; in DelFdEvent()
169 if (fd == loop->maxFd && loop->fdMasks[fd].mask == NONE_EVENT) { in DelFdEvent()
172 if (loop->fdMasks[j].mask != NONE_EVENT) { in DelFdEvent()
H A Dserver.c137 unsigned int mask = NONE_EVENT; in CheckEventMask()
208 if (server->loop->fdMasks[fd].mask == NONE_EVENT) { in DealFdEvents()
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dcommon.h42 #define NONE_EVENT (0X00) macro
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp29 constexpr int NONE_EVENT = -1; member
191 case NONE_EVENT: in PollRun()

Completed in 3 milliseconds