Home
last modified time | relevance | path

Searched refs:EPOLLHUP (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h37 #ifndef EPOLLHUP
38 #define EPOLLHUP 0x00000010U macro
/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/multimodalinput/input/intention/services/test/unittest/src/
H A Dmonitor_test.cpp86 ev.events = EPOLLHUP; 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.cpp109 if (curEpollEvent->events & EPOLLHUP) { in MainLoop()
110 HILOGE("EPOLLHUP in events[%{public}d]", i); in MainLoop()
H A Dmemory_pressure_observer.cpp168 if ((curEpollEvent->events & EPOLLHUP) && curEpollEvent->data.ptr) { in MainLoop()
/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.h220 #define SPUNGE_EPOLLHUP EPOLLHUP /* Hang up happened on the associated socket */
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c263 events = events | EPOLLHUP | EPOLLERR; in GetTimeout()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp216 } else if (eventItem.events & EPOLLHUP) { in GetEvents()
467 if (eventItem.events & EPOLLHUP) { in GetDeviceHandler()

Completed in 11 milliseconds