Home
last modified time | relevance | path

Searched refs:EPOLL_EVENT_BEGIN (Results 1 - 8 of 8) sorted by relevance

/base/msdp/device_status/services/native/include/
H A Dstream_server.h34 EPOLL_EVENT_BEGIN = 0, enumerator
35 EPOLL_EVENT_INPUT = EPOLL_EVENT_BEGIN,
/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h43 EPOLL_EVENT_BEGIN = 0, enumerator
44 EPOLL_EVENT_INPUT = EPOLL_EVENT_BEGIN,
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h41 EPOLL_EVENT_BEGIN = 0, enumerator
42 EPOLL_EVENT_INPUT = EPOLL_EVENT_BEGIN,
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.h43 EPOLL_EVENT_BEGIN = 0, enumerator
44 EPOLL_EVENT_INPUT = EPOLL_EVENT_BEGIN,
H A Dmsdpdevicemanager_fuzzer.cpp28 EpollEventType eventType { EPOLL_EVENT_BEGIN };
191 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in AddEpoll()
224 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in DelEpoll()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp32 EpollEventType event_type { EPOLL_EVENT_BEGIN };
193 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in AddEpoll()
226 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in DelEpoll()
468 eventData->event_type = EPOLL_EVENT_BEGIN; in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp32 EpollEventType event_type { EPOLL_EVENT_BEGIN };
184 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in AddEpoll()
217 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in DelEpoll()
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp57 EpollEventType event_type { EPOLL_EVENT_BEGIN };
418 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in AddEpoll()
450 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in DelEpoll()

Completed in 8 milliseconds