Home
last modified time | relevance | path

Searched refs:EpollCtl (Results 1 - 11 of 11) sorted by relevance

/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp70 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 Devent_loop_epoll.cpp201 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 Devent_loop_epoll.h45 int EpollCtl(int operation, EventImpl *event, EventsMask events);
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.h30 int EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb);
H A Dloop.cpp69 int Loop::EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in EpollCtl() function in ffrt::Loop
H A Dloop_api.cpp73 return innerLoop->EpollCtl(op, fd, events, data, cb); in ffrt_loop_epoll_ctl()
/foundation/multimodalinput/input/util/socket/include/
H A Duds_socket.h45 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 Ddevice_manager_test.cpp206 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 Ddevice_manager_test.h78 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp47 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 Dmmi_service.cpp269 auto ret = EpollCtl(fd, EPOLL_CTL_ADD, ev, mmiFd_); in AddEpoll()
294 auto ret = EpollCtl(fd, EPOLL_CTL_DEL, ev, mmiFd_); in DelEpoll()

Completed in 16 milliseconds