/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 150 ret = AddEpoll(EPOLL_EVENT_TIMER, timerMgr_.GetTimerFd()); in InitTimerMgr() 152 FI_HILOGE("AddEpoll for timer failed"); in InitTimerMgr() 164 int32_t ret = AddEpoll(EPOLL_EVENT_ETASK, delegateTasks_.GetReadFd()); in InitDelegateTasks() 166 FI_HILOGE("AddEpoll error ret:%{public}d", ret); in InitDelegateTasks() 168 FI_HILOGI("AddEpoll, epollfd:%{public}d, fd:%{public}d", epollFd_, delegateTasks_.GetReadFd()); in InitDelegateTasks() 183 int32_t ContextService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() function in OHOS::Msdp::DeviceStatus::ContextService 316 AddEpoll(EPOLL_EVENT_DEVICE_MGR, devMgr_.GetFd()); in EnableDevMgr()
|
/foundation/multimodalinput/input/intention/services/test/unittest/include/ |
H A D | device_manager_test.h | 76 int32_t AddEpoll(EpollEventType type, int32_t fd);
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | uds_server.h | 72 virtual int32_t AddEpoll(EpollEventType type, int32_t fd);
|
H A D | mmi_service.h | 194 int32_t AddEpoll(EpollEventType type, int32_t fd) override;
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 125 if (AddEpoll(EPOLL_EVENT_SOCKET, serverFd) != RET_OK) { in AddSocketPairInfo() 218 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() function in OHOS::MMI::UDSServer
|
H A D | mmi_service.cpp | 247 int32_t MMIService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() function in OHOS::MMI::MMIService 318 auto ret = AddEpoll(EPOLL_EVENT_INPUT, fd); in InitLibinputService() 320 MMI_HILOGE("AddEpoll error ret:%{public}d", ret); in InitLibinputService() 324 MMI_HILOGD("AddEpoll, epollfd:%{public}d, fd:%{public}d", mmiFd_, fd); in InitLibinputService() 341 auto ret = AddEpoll(EPOLL_EVENT_SOCKET, epollFd_); in InitService() 343 MMI_HILOGE("AddEpoll error ret:%{public}d", ret); in InitService() 354 MMI_HILOGI("AddEpoll, epollfd:%{public}d, fd:%{public}d", mmiFd_, epollFd_); in InitService() 365 auto ret = AddEpoll(EPOLL_EVENT_ETASK, delegateTasks_.GetReadFd()); in InitDelegateTasks() 367 MMI_HILOGE("AddEpoll error ret:%{public}d", ret); in InitDelegateTasks() 376 MMI_HILOGI("AddEpoll, epollf in InitDelegateTasks() [all...] |
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 188 * @tc.desc: Test the function AddEpoll and DelEpoll 196 int32_t ret = mmiService.AddEpoll(EPOLL_EVENT_INPUT, fd); in HWTEST_F() 201 ret = mmiService.AddEpoll(EPOLL_EVENT_INPUT, fd); in HWTEST_F() 205 ret = mmiService.AddEpoll(EPOLL_EVENT_END, fd); in HWTEST_F()
|
H A D | uds_server_test.cpp | 661 * @tc.desc: Test the AddEpoll function of UDSServer 671 auto ret = udsServer.AddEpoll(type, fd); in HWTEST_F()
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 75 MMIService::GetInstance()->AddEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.cpp | 150 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() function in OHOS::UDSServer
|