Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp48 this->m_listener = nullptr; in DistributedInputHandler()
149 this->m_listener = listener; in RegisterPluginListener()
154 this->m_listener = nullptr; in UnRegisterPluginListener()
217 if (this->m_listener != nullptr) { in NotifyHardWare()
221 this->m_listener->PluginHardware(mEventBuffer_[iCnt].deviceInfo.descriptor, hdInfo, subtype); in NotifyHardWare()
225 if (this->m_listener != nullptr) { in NotifyHardWare()
226 this->m_listener->UnPluginHardware(mEventBuffer_[iCnt].deviceInfo.descriptor); in NotifyHardWare()
/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H A Ddistributed_input_handler.h57 std::shared_ptr<PluginListener> m_listener; member in OHOS::DistributedHardware::DistributedInput::DistributedInputHandler

Completed in 2 milliseconds