Home
last modified time | relevance | path

Searched refs:OnEpollRecv (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h77 void OnEpollRecv(int32_t fd, epoll_event& ev);
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp263 void UDSServer::OnEpollRecv(int32_t fd, epoll_event& ev) in OnEpollRecv() function in OHOS::MMI::UDSServer
309 OnEpollRecv(fd, ev); in OnEpollEvent()
/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp368 * @tc.desc: Test the function OnEpollRecv
388 udsServer.OnEpollRecv(fd, ev); in HWTEST_F()
393 * @tc.desc: Test the function OnEpollRecv
412 udsServer.OnEpollRecv(fd, ev); in HWTEST_F()
722 * @tc.desc: Test the OnEpollRecv function of UDSServer
732 ASSERT_NO_FATAL_FAILURE(udsServer.OnEpollRecv(fd, ev)); in HWTEST_F()

Completed in 5 milliseconds