Home
last modified time | relevance | path

Searched refs:EPOLLIN (Results 1 - 25 of 41) sorted by relevance

12

/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_ffrt_io.cpp188 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
235 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
262 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
290 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
327 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
356 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
385 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
413 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
442 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
472 ffrt_epoll_ctl(qos, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cas in HWTEST_F()
[all...]
H A Dut_coroutine.cpp149 ffrt_epoll_ctl(ffrt_qos_default, EPOLL_CTL_ADD, testFd, EPOLLIN, reinterpret_cast<void*>(&testData), testCallBack); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_listener.cpp43 event.events = EPOLLIN; in Initialize()
96 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN | EPOLLOUT | EPOLLONESHOT; in AddSocket()
100 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN; in AddSocket()
132 if (events[i].events & EPOLLIN) { in OnListenEvents()
142 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN; in OnListenEvents()
/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp118 if ((ev.events & EPOLLIN) == EPOLLIN) { in Dispatch()
133 if ((evs[index].events & EPOLLIN) == EPOLLIN) { in DispatchOne()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h25 #ifndef EPOLLIN
26 #define EPOLLIN 0x00000001U macro
/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_multi_driver.cpp182 int kind = ((action & CURL_POLL_IN) ? EPOLLIN : (EPOLLIN & ~EPOLLIN)) | in CurlPollToEpoll()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp204 ev.events = EPOLLIN; in AddEpoll()
276 if ((ev.events & EPOLLIN) == EPOLLIN) { in OnTimeout()
291 if ((ev.events & EPOLLIN) == EPOLLIN) { in OnDeviceMgr()
404 if ((ev.events & EPOLLIN) == 0) { in OnDelegateTask()
463 ev.events = EPOLLIN; in HWTEST_F()
H A Dmonitor_test.cpp84 ev.events = EPOLLIN; in HWTEST_F()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_epoll_event_source.h36 return (EPOLLIN | EPOLLHUP | EPOLLERR); in GetEvents()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Dmonitor.cpp43 if ((ev.events & EPOLLIN) == EPOLLIN) { in Dispatch()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session.cpp116 if ((ev.events & EPOLLIN) == EPOLLIN) { in Dispatch()
H A Dsocket_session_manager.cpp129 if ((ev.events & EPOLLIN) == EPOLLIN) { in Dispatch()
144 if ((evs[index].events & EPOLLIN) == EPOLLIN) { in DispatchOne()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp63 event.events = EPOLLIN; in Initialize()
175 epollEvents |= EPOLLIN; in CalEpollEvents()
189 if ((epollEvents & EPOLLIN) != 0) { // LCOV_EXCL_BR_LINE in CalEventsMask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dreactor_linux.c81 event.events = EPOLLIN; in ReactorCreate()
158 if ((events[i].events & (EPOLLIN | EPOLLRDHUP)) && (item->onReadReady != NULL)) { in ReactorStart()
202 event.events |= (EPOLLIN | EPOLLRDHUP); in ReactorRegister()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c502 if (((events & EPOLLIN) == EPOLLIN) && (task->readHandle != NULL)) { in EpollTaskEventHandle()
549 if ((events & (EPOLLIN | EPOLLOUT)) == 0) { in EpollFdEventAdd()
553 if ((events & EPOLLIN) == EPOLLIN) { in EpollFdEventAdd()
665 if ((events & (EPOLLIN | EPOLLOUT)) == 0) {
671 if ((events & EPOLLIN) == EPOLLIN) {
747 events |= EPOLLIN;
/foundation/communication/netstack/utils/http_over_curl/include/
H A Depoller.h44 RegisterMe(descriptor, EPOLLIN); in RegisterMe()
/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp79 epoll_event ev{ .events = EPOLLIN, .data = { .ptr = static_cast<void*>(&m_wakeData) } };
113 epoll_event ev = { .events = EPOLLIN, .data = {.ptr = static_cast<void*>(&data)} };
H A Ddelayed_worker.cpp102 epoll_event timer_event { .events = EPOLLIN | EPOLLET, .data = { .fd = timerfd_ } };
117 epoll_event monitor_event {.events = EPOLLIN, .data = {.fd = monitorfd_}};
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c122 pollEvent.events |= EPOLLIN; in AddFdEvent()
158 pollEvent.events |= EPOLLIN; in DelFdEvent()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_proxy_request_socket.cpp27 event.events = EPOLLIN; in DnsProxyRequestSocket()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H A Dtimer_linux.cpp97 event.events = EPOLLIN; in Initialize()
165 event.events = EPOLLIN | EPOLLRDHUP; in AddTimer()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c95 if (events[i].events & EPOLLIN) { in EpollLoop()
H A Dsys_timer.c151 if (RegisterEpollTask(&timer->task, EPOLLIN) != NSTACKX_EOK) { in TimerStart()
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dudp_server_demo.cpp116 ev.events = EPOLLIN | EPOLLET; in main()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp126 event.events = EPOLLIN | EPOLLWAKEUP; in PostTask()

Completed in 12 milliseconds

12