Home
last modified time | relevance | path

Searched refs:EPOLLERR (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h33 #ifndef EPOLLERR
34 #define EPOLLERR 0x00000008U macro
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_listener.cpp96 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN | EPOLLOUT | EPOLLONESHOT; in AddSocket()
100 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN; in AddSocket()
142 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN; in OnListenEvents()
147 if (events[i].events & (EPOLLRDHUP | EPOLLERR)) { in OnListenEvents()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_epoll_event_source.h36 return (EPOLLIN | EPOLLHUP | EPOLLERR); in GetEvents()
/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp120 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in Dispatch()
135 } else if ((evs[index].events & (EPOLLHUP | EPOLLERR)) != 0) { in DispatchOne()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp181 epollEvents |= EPOLLERR; in CalEpollEvents()
195 if ((epollEvents & EPOLLERR) != 0) { // LCOV_EXCL_BR_LINE in CalEventsMask()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Dmonitor_test.cpp88 ev.events = EPOLLERR; in HWTEST_F()
H A Ddevice_manager_test.cpp283 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in OnTimeout()
293 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in OnDeviceMgr()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Dmonitor.cpp45 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in Dispatch()
H A Ddevice.cpp120 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in Dispatch()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session.cpp118 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in Dispatch()
H A Dsocket_session_manager.cpp131 } else if ((ev.events & (EPOLLHUP | EPOLLERR)) != 0) { in Dispatch()
146 } else if ((evs[index].events & (EPOLLHUP | EPOLLERR)) != 0) { in DispatchOne()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp114 if (curEpollEvent->events & EPOLLERR) { in MainLoop()
H A Dmemory_pressure_observer.cpp175 if (curEpollEvent->events & EPOLLERR) in MainLoop()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c495 if ((events & EPOLLERR) == EPOLLERR) { in EpollTaskEventHandle()
753 events |= EPOLLERR;
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp305 if ((ev.events & EPOLLERR) || (ev.events & EPOLLHUP)) { in OnEpollEvent()
306 MMI_HILOGI("EPOLLERR or EPOLLHUP fd:%{public}d, ev.events:0x%{public}x", fd, ev.events); in OnEpollEvent()
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserver.c138 if ((e->events & EPOLLERR) || (e->events & EPOLLHUP)) { in CheckEventMask()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h218 #define SPUNGE_EPOLLERR EPOLLERR /* Error condition happened on the associat */
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c263 events = events | EPOLLHUP | EPOLLERR; in GetTimeout()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c373 uint32_t events = EPOLLIN | EPOLLERR; in CoapServerInit()

Completed in 13 milliseconds