Home
last modified time | relevance | path

Searched refs:AddEpoll (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp150 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 Ddevice_manager_test.h76 int32_t AddEpoll(EpollEventType type, int32_t fd);
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h72 virtual int32_t AddEpoll(EpollEventType type, int32_t fd);
H A Dmmi_service.h194 int32_t AddEpoll(EpollEventType type, int32_t fd) override;
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp125 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 Dmmi_service.cpp247 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 Dmmi_service_test.cpp188 * @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 Duds_server_test.cpp661 * @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 Dstubhandleallocsocketfd_fuzzer.cpp75 MMIService::GetInstance()->AddEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp150 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() function in OHOS::UDSServer

Completed in 11 milliseconds