Home
last modified time | relevance | path

Searched refs:EpollWait (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp102 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout); in HWTEST_F()
112 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout); in HWTEST_F()
122 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout); in HWTEST_F()
132 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout); in HWTEST_F()
/foundation/multimodalinput/input/util/socket/include/
H A Duds_socket.h46 int32_t EpollWait(struct epoll_event &events, int32_t maxevents, int32_t timeout, int32_t epollFd = -1);
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h79 int32_t EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events);
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp74 int32_t UDSSocket::EpollWait(struct epoll_event &events, int32_t maxevents, int32_t timeout, int32_t epollFd) in EpollWait() function in OHOS::MMI::UDSSocket
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp264 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait() function in OHOS::Msdp::DeviceStatus::ContextService
384 int32_t count = EpollWait(MAX_EVENT_SIZE, -1, ev[0]); in OnThread()
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_server_context.h74 int EpollWait() in EpollWait() function
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp664 int eventNum = mgr->EpollWait(); in LocalSocketServerAccept()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2565 int32_t count = EpollWait(ev[0], MAX_EVENT_SIZE, timeout, mmiFd_); in OnThread()

Completed in 11 milliseconds