Home
last modified time | relevance | path

Searched refs:inputWd_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h215 int inputWd_; member in OHOS::DistributedHardware::DistributedInput::InputHub
H A Dinput_hub.cpp48 InputHub::InputHub(bool isPluginMonitor) : epollFd_(-1), iNotifyFd_(-1), inputWd_(-1), in InputHub()
72 inputWd_ = inotify_add_watch(iNotifyFd_, DEVICE_PATH, IN_DELETE | IN_CREATE); in Initialize()
73 if (inputWd_ < 0) { in Initialize()
1109 if (event.wd == inputWd_) { in JudgeDeviceOpenOrClose()

Completed in 4 milliseconds