Searched refs:InputCallbackImpl (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/input/test/common/include/ |
H A D | input_callback_impl.h | 26 class InputCallbackImpl : public IInputCallback { 28 …InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &ot… 29 virtual ~InputCallbackImpl() = default;
|
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | input_callback_impl.h | 26 class InputCallbackImpl : public IInputCallback { 28 …InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &ot… 29 virtual ~InputCallbackImpl() = default;
|
H A D | input_callback_impl.cpp | 24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, in InputCallbackImpl() function in OHOS::HDI::Input::V1_0::InputCallbackImpl 25 const wptr<InputCallbackImpl> &otherCallback) : inputInterfaces_(inputInterfaces), in InputCallbackImpl() 29 int32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devInde… in EventPkgCallback() 41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
|
H A D | hdf_input_hdi_test.cpp | 54 g_callback = new InputCallbackImpl(g_inputInterfaces, nullptr); in SetUpTestCase() 55 g_hotplugCb = new InputCallbackImpl(g_inputInterfaces, g_callback); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/input/test/common/src/ |
H A D | input_callback_impl.cpp | 24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces_, in InputCallbackImpl() function in OHOS::HDI::Input::V1_0::InputCallbackImpl 25 const wptr<InputCallbackImpl> &reportCallback_) : inputInterfaces_(inputInterfaces_), in InputCallbackImpl() 29 int32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devInde… in EventPkgCallback() 41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
|
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/ |
H A D | hdf_input_hdi_test.cpp | 56 g_callback = new InputCallbackImpl(g_inputInterfaces, nullptr); in SetUpTestCase() 57 g_hotplugCb = new InputCallbackImpl(g_inputInterfaces, g_callback); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 51 g_callback = new InputCallbackImpl(g_inputInterfaces, nullptr); in SetUp()
|