Home
last modified time | relevance | path

Searched refs:AddEpollEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h66 void AddEpollEvent(int32_t fd, std::shared_ptr<mmi_epoll_event> epollEvent);
/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp417 * @tc.desc: Test the function AddEpollEvent
436 udsServer.AddEpollEvent(fd, epollEvent); in HWTEST_F()
751 * @tc.desc: Test the AddEpollEvent function of UDSServer
761 ASSERT_NO_FATAL_FAILURE(udsServer.AddEpollEvent(fd, epollEvent)); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp313 void UDSServer::AddEpollEvent(int32_t fd, std::shared_ptr<mmi_epoll_event> epollEvent) in AddEpollEvent() function in OHOS::MMI::UDSServer
H A Dmmi_service.cpp275 AddEpollEvent(fd, eventData); in AddEpoll()

Completed in 8 milliseconds