Searched refs:EpollEventType (Results 1 - 10 of 10) sorted by relevance
/foundation/multimodalinput/input/intention/services/test/unittest/include/ |
H A D | device_manager_test.h | 41 enum EpollEventType { enum 76 int32_t AddEpoll(EpollEventType type, int32_t fd); 77 int32_t DelEpoll(EpollEventType type, int32_t fd);
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | uds_server.h | 33 enum EpollEventType { enum 44 EpollEventType event_type{ EPOLL_EVENT_BEGIN }; 72 virtual int32_t AddEpoll(EpollEventType type, int32_t fd);
|
H A D | mmi_service.h | 194 int32_t AddEpoll(EpollEventType type, int32_t fd) override; 195 int32_t DelEpoll(EpollEventType type, int32_t fd);
|
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 31 EpollEventType event_type { EPOLL_EVENT_BEGIN }; 183 int32_t ContextService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() 216 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 47 EpollEventType epollType; in HWTEST_F() 61 EpollEventType epollType; in HWTEST_F() 75 EpollEventType epollType; in HWTEST_F() 89 EpollEventType epollType; in HWTEST_F()
|
H A D | uds_server_test.cpp | 669 EpollEventType type = EPOLL_EVENT_BEGIN; in HWTEST_F()
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 30 EpollEventType event_type = EPOLL_EVENT_SIGNAL;
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.cpp | 150 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 218 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll()
|
H A D | mmi_service.cpp | 247 int32_t MMIService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() 279 int32_t MMIService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll()
|
Completed in 14 milliseconds