/foundation/multimodalinput/input/util/socket/test/ |
H A D | uds_socket_test.cpp | 70 int32_t retResult = socObj.EpollCtl(fd, op, event); in HWTEST_F() 81 int32_t retResult = socObj.EpollCtl(fd, op, event); in HWTEST_F() 92 int32_t retResult = socObj.EpollCtl(fd, op, event); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_epoll.cpp | 201 int EventLoopEpoll::EpollCtl(int operation, EventImpl *event, EventsMask events) in EpollCtl() function in DistributedDB::EventLoopEpoll 237 int errCode = EpollCtl(EPOLL_CTL_ADD, event, events); in AddEvent() 254 int errCode = EpollCtl(EPOLL_CTL_DEL, event, events); in RemoveEvent() 277 int errCode = EpollCtl(EPOLL_CTL_MOD, event, newEvents); in ModifyEvent()
|
H A D | event_loop_epoll.h | 45 int EpollCtl(int operation, EventImpl *event, EventsMask events);
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | loop.h | 30 int EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb);
|
H A D | loop.cpp | 69 int Loop::EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in EpollCtl() function in ffrt::Loop
|
H A D | loop_api.cpp | 73 return innerLoop->EpollCtl(op, fd, events, data, cb); in ffrt_loop_epoll_ctl()
|
/foundation/multimodalinput/input/util/socket/include/ |
H A D | uds_socket.h | 45 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd = -1);
|
/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 206 if (EpollCtl(fd, EPOLL_CTL_ADD, ev) != RET_OK) { in AddEpoll() 210 FI_HILOGE("EpollCtl failed"); in AddEpoll() 228 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll() 246 int32_t ContextService::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl() function in OHOS::Msdp::DeviceStatus::ContextService
|
/foundation/multimodalinput/input/intention/services/test/unittest/include/ |
H A D | device_manager_test.h | 78 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_socket.cpp | 47 int32_t UDSSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd) in EpollCtl() function in OHOS::MMI::UDSSocket
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 269 auto ret = EpollCtl(fd, EPOLL_CTL_ADD, ev, mmiFd_); in AddEpoll() 294 auto ret = EpollCtl(fd, EPOLL_CTL_DEL, ev, mmiFd_); in DelEpoll()
|