Home
last modified time | relevance | path

Searched refs:isPluginMonitor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h78 explicit InputHub(bool isPluginMonitor);
H A Dinput_hub.cpp48 InputHub::InputHub(bool isPluginMonitor) : epollFd_(-1), iNotifyFd_(-1), inputWd_(-1), in InputHub() argument
49 isPluginMonitor_(isPluginMonitor), needToScanDevices_(true), mPendingEventItems{}, in InputHub()