Home
last modified time | relevance | path

Searched refs:InputHub (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp48 InputHub::InputHub(bool isPluginMonitor) : epollFd_(-1), iNotifyFd_(-1), inputWd_(-1), in InputHub() function in OHOS::DistributedHardware::DistributedInput::InputHub
56 InputHub::~InputHub() in ~InputHub()
61 int32_t InputHub::Initialize() in Initialize()
70 DHLOGI("Init InputHub for device plugin monitor"); in Initialize()
87 DHLOGI("Init InputHub for read device events"); in Initialize()
93 int32_t InputHub::Release() in Release()
117 bool InputHub::IsInputNodeNoNeedScan(const std::string &path) in IsInputNodeNoNeedScan()
134 void InputHub
[all...]
H A Dinput_hub.h47 class InputHub { class
78 explicit InputHub(bool isPluginMonitor);
79 ~InputHub();
103 void CheckTargetKeyState(const InputHub::Device *dev, const unsigned long *keyState, const unsigned long len);
/foundation/distributedhardware/distributed_input/inputdevicehandler/test/inputhandlertest/
H A Ddistributed_input_handler_test.cpp78 dInputHandler.inputHub_ = std::make_unique<InputHub>(true); in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h73 std::unique_ptr<InputHub> inputHub_;
/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H A Ddistributed_input_handler.h72 std::unique_ptr<InputHub> inputHub_;
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/test/sinkcollectorunittest/
H A Ddistributed_input_collector_test.cpp100 DistributedInputCollector::GetInstance().inputHub_ = std::make_unique<InputHub>(false); in HWTEST_F()
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp47 inputHub_ = std::make_unique<InputHub>(true); in DistributedInputHandler()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp42 inputHub_ = std::make_unique<InputHub>(false);

Completed in 5 milliseconds