Searched refs:InputCallbackImpl (Results 1 - 9 of 9) sorted by relevance
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
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 devIndex) in EventPkgCallback() 41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
|
H A D | input_callback_impl.h | 26 class InputCallbackImpl : public IInputCallback { class 28 InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &otherCallback); 29 virtual ~InputCallbackImpl() = default;
|
H A D | hdf_input_benchmark_test.cpp | 57 g_callback = new InputCallbackImpl(g_inputInterfaces, nullptr); in SetUp() 58 g_hotplugCb = new InputCallbackImpl(g_inputInterfaces, g_callback); in SetUp()
|
/test/xts/hats/hdf/input/hdi_passthrough_additional/ |
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 devIndex) in EventPkgCallback() 41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
|
H A D | input_callback_impl.h | 26 class InputCallbackImpl : public IInputCallback { class 28 InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &otherCallback); 29 virtual ~InputCallbackImpl() = default;
|
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()
|
/test/xts/hats/hdf/input/hdi_passthrough/ |
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 devIndex) in EventPkgCallback() 41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
|
H A D | input_callback_impl.h | 26 class InputCallbackImpl : public IInputCallback { class 28 InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &otherCallback); 29 virtual ~InputCallbackImpl() = default;
|
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()
|
Completed in 11 milliseconds