Home
last modified time | relevance | path

Searched refs:inputInterfaces_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/input/test/common/src/
H A Dinput_callback_impl.cpp24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces_, in InputCallbackImpl() argument
25 const wptr<InputCallbackImpl> &reportCallback_) : inputInterfaces_(inputInterfaces_), in InputCallbackImpl()
51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
63 ret = inputInterfaces_->UnregisterReportCallback(event.devIndex); in HotPlugCallback()
69 ret = inputInterfaces_->CloseInputDevice(event.devIndex); in HotPlugCallback()
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dinput_callback_impl.cpp25 const wptr<InputCallbackImpl> &otherCallback) : inputInterfaces_(inputInterfaces), in InputCallbackImpl()
51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
63 ret = inputInterfaces_->UnregisterReportCallback(event.devIndex); in HotPlugCallback()
69 ret = inputInterfaces_->CloseInputDevice(event.devIndex); in HotPlugCallback()
H A Dinput_callback_impl.h33 wptr<IInputInterfaces> inputInterfaces_;
/ohos5.0/drivers/peripheral/input/test/common/include/
H A Dinput_callback_impl.h33 wptr<IInputInterfaces> inputInterfaces_;