Home
last modified time | relevance | path

Searched refs:EPOLL_EVENT_BEGIN (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/services/native/include/
Dstream_server.h33 EPOLL_EVENT_BEGIN = 0, enumerator
34 EPOLL_EVENT_INPUT = EPOLL_EVENT_BEGIN,
/base/msdp/device_status/services/native/src/
Ddevicestatus_service.cpp49 EpollEventType event_type { EPOLL_EVENT_BEGIN };
330 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in AddEpoll()
362 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in DelEpoll()