Home
last modified time | relevance | path

Searched refs:event_type (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp31 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 Dnetfirewall_types.h48 enum event_type { enum
119 enum event_type type;
H A Dnetfirewall_event.h24 * @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 Dstubhandleallocsocketfd_fuzzer.cpp30 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 Duds_server.h44 EpollEventType event_type{ EPOLL_EVENT_BEGIN };
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h55 using EventType = enum event_type;
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp263 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