Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dlibinput_adapter.h45 return std::array{fd_, hotplugDetector_.GetFd()}; in GetInputFds()
59 HotplugDetector hotplugDetector_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dlibinput_adapter.cpp159 return hotplugDetector_.Init([this](std::string path) { OnDeviceAdded(std::move(path)); }, in Init()
174 } else if (fd == hotplugDetector_.GetFd()) { in EventDispatch()
175 hotplugDetector_.OnEvent(); in EventDispatch()
184 hotplugDetector_.Stop(); in Stop()
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dlibinput_adapter_test.cpp92 * @tc.desc: Cover else if (fd == hotplugDetector_.GetFd()) branch
102 libinputAdapter.hotplugDetector_.inotifyFd_ = UniqueFd{ 10 }; in HWTEST_F()
118 libinputAdapter.hotplugDetector_.inotifyFd_ = UniqueFd{ 15 }; in HWTEST_F()

Completed in 2 milliseconds