Home
last modified time | relevance | path

Searched refs:DelEpoll (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h77 int32_t DelEpoll(EpollEventType type, int32_t fd);
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp216 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() function in OHOS::Msdp::DeviceStatus::ContextService
229 FI_HILOGE("DelEpoll failed"); in DelEpoll()
326 DelEpoll(EPOLL_EVENT_DEVICE_MGR, devMgr_.GetFd()); in DisableDevMgr()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp188 * @tc.desc: Test the function AddEpoll and DelEpoll
198 ret = mmiService.DelEpoll(EPOLL_EVENT_INPUT, fd); in HWTEST_F()
203 ret = mmiService.DelEpoll(EPOLL_EVENT_INPUT, fd); in HWTEST_F()
207 ret = mmiService.DelEpoll(EPOLL_EVENT_END, fd); in HWTEST_F()
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp76 MMIService::GetInstance()->DelEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h195 int32_t DelEpoll(EpollEventType type, int32_t fd);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp279 int32_t MMIService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() function in OHOS::MMI::MMIService
296 MMI_HILOGE("DelEpoll failed"); in DelEpoll()

Completed in 10 milliseconds