Searched refs:event_type (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 31 EpollEventType event_type { EPOLL_EVENT_BEGIN }; 200 eventData->event_type = type; in AddEpoll() 201 FI_HILOGD("EventData:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 388 if (epollEvent->event_type == EPOLL_EVENT_TIMER) { in OnThread() 390 } else if (epollEvent->event_type == EPOLL_EVENT_ETASK) { in OnThread() 392 } else if (epollEvent->event_type == EPOLL_EVENT_DEVICE_MGR) { in OnThread() 395 FI_HILOGW("Unknown epoll event type:%{public}d", epollEvent->event_type); in OnThread() 461 eventData->event_type = EPOLL_EVENT_BEGIN; in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_types.h | 48 enum event_type {
enum 119 enum event_type type;
|
H A D | netfirewall_event.h | 24 * @param type enum event_type
28 static __always_inline void output_to_user(enum event_type type, void *data, __u32 len)
in output_to_user()
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 30 EpollEventType event_type = EPOLL_EVENT_SIGNAL; member 75 MMIService::GetInstance()->AddEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest() 76 MMIService::GetInstance()->DelEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | uds_server.h | 44 EpollEventType event_type{ EPOLL_EVENT_BEGIN };
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_netfirewall.h | 55 using EventType = enum event_type;
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 263 eventData->event_type = type; in AddEpoll() 264 MMI_HILOGI("userdata:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 2575 if (mmiEd->event_type == EPOLL_EVENT_INPUT) { in OnThread() 2578 } else if (mmiEd->event_type == EPOLL_EVENT_SOCKET) { in OnThread() 2580 } else if (mmiEd->event_type == EPOLL_EVENT_SIGNAL) { in OnThread() 2582 } else if (mmiEd->event_type == EPOLL_EVENT_ETASK) { in OnThread() 2585 MMI_HILOGW("Unknown epoll event type:%{public}d", mmiEd->event_type); in OnThread()
|
Completed in 8 milliseconds