Home
last modified time | relevance | path

Searched refs:InotifyEventHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h80 int32_t InotifyEventHandler(int32_t epollFd, int32_t notifyFd);
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp423 if (INPUT_FAILURE == InotifyEventHandler(mEpollId_, mInotifyId_)) { in DoInputDeviceAction()
572 int32_t InputDeviceManager::InotifyEventHandler(int32_t epollFd, int32_t notifyFd) in InotifyEventHandler() function in OHOS::Input::InputDeviceManager
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp1118 ret = iInputDeviceManager.InotifyEventHandler(g_fileDescriptorFirst, g_fileDescriptorSecond);