Home
last modified time | relevance | path

Searched refs:EPOLL_EVENT_END (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h48 EPOLL_EVENT_END enumerator
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h39 EPOLL_EVENT_END, enumerator
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp186 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in AddEpoll()
219 if (!(type >= EPOLL_EVENT_BEGIN && type < EPOLL_EVENT_END)) { in DelEpoll()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp205 ret = mmiService.AddEpoll(EPOLL_EVENT_END, fd); in HWTEST_F()
207 ret = mmiService.DelEpoll(EPOLL_EVENT_END, fd); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp249 if (type < EPOLL_EVENT_BEGIN || type >= EPOLL_EVENT_END) { in AddEpoll()
281 if (type < EPOLL_EVENT_BEGIN || type >= EPOLL_EVENT_END) { in DelEpoll()

Completed in 9 milliseconds