/ohos5.0/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() 74 …SSocket::EpollWait(struct epoll_event &events, int32_t maxevents, int32_t timeout, int32_t epollFd) in EpollWait()
|
/ohos5.0/base/startup/init/services/loopevent/loop/ |
H A D | le_epoll.h | 24 int epollFd; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | reactor_linux.c | 28 int epollFd; member 67 int epollFd = epoll_create1(EPOLL_CLOEXEC); in ReactorCreate() local
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | epoll_io_waiter.cpp | 35 inline int32_t EpollCtrl(int32_t epollFd, int32_t operation, int32_t fileDescriptor, uint32_t epoll… in EpollCtrl() 69 int32_t epollFd = -1; in Init() local
|
H A D | deamon_io_waiter.cpp | 38 inline int32_t EpollCtrl(int32_t epollFd, int32_t operation, int32_t fileDescriptor, uint32_t epoll… in EpollCtrl() 84 int32_t epollFd = -1; in Init() local
|
/ohos5.0/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 449 int32_t &epollFd, int32_t &fd, string devPath, std::shared_ptr<InputDeviceInfo> &detailInfo) in AddDeviceNodeToList() 482 void InputDeviceManager::DoWithEventDeviceAdd(int32_t &epollFd, int32_t &fd, string devPath) in DoWithEventDeviceAdd() 543 void InputDeviceManager::DoWithEventDeviceDel(int32_t &epollFd, uint32_t &index) in DoWithEventDeviceDel() 572 int32_t InputDeviceManager::InotifyEventHandler(int32_t epollFd, int32_t notifyFd) in InotifyEventHandler() 615 int32_t InputDeviceManager::AddToEpoll(int32_t epollFd, int32_t fileFd) in AddToEpoll() 626 void InputDeviceManager::RemoveEpoll(int32_t epollFd, int32_t fileFd) in RemoveEpoll()
|
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.cpp | 164 void FaultLoggerDaemon::HandleAccept(int32_t epollFd, int32_t socketFd) in HandleAccept() 188 void FaultLoggerDaemon::HandleRequestForFuzzer(int32_t epollFd, int32_t connectionFd, in HandleRequestForFuzzer() 248 void FaultLoggerDaemon::HandleRequest(int32_t epollFd, int32_t connectionFd) in HandleRequest() 776 void FaultLoggerDaemon::AddEvent(int32_t epollFd, int32_t addFd, uint32_t event) in AddEvent() 787 void FaultLoggerDaemon::DelEvent(int32_t epollFd, int32_t delFd, uint32_t event) in DelEvent()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/ |
H A D | faultloggerdserver_fuzzer.cpp | 311 int32_t epollFd; in FaultloggerdServerTest() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_app.c | 361 EpollDesc epollFd = GetMainLoopEpollFd(); in CoapServerInit() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_daemon_test.cpp | 452 int32_t epollFd = 1; variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_app.c | 90 EpollDesc epollFd; member
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 1073 auto epollFd = GetEpollFdTest(bt); variable
|