Home
last modified time | relevance | path

Searched refs:InputCallbackImpl (Results 1 - 9 of 9) sorted by relevance

/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dinput_callback_impl.cpp24 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 Dinput_callback_impl.h26 class InputCallbackImpl : public IInputCallback { class
28 InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &otherCallback);
29 virtual ~InputCallbackImpl() = default;
H A Dhdf_input_benchmark_test.cpp57 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 Dinput_callback_impl.cpp24 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 Dinput_callback_impl.h26 class InputCallbackImpl : public IInputCallback { class
28 InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &otherCallback);
29 virtual ~InputCallbackImpl() = default;
H A Dhdf_input_hdi_test.cpp54 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 Dinput_callback_impl.cpp24 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 Dinput_callback_impl.h26 class InputCallbackImpl : public IInputCallback { class
28 InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &otherCallback);
29 virtual ~InputCallbackImpl() = default;
H A Dhdf_input_hdi_test.cpp56 g_callback = new InputCallbackImpl(g_inputInterfaces, nullptr); in SetUpTestCase()
57 g_hotplugCb = new InputCallbackImpl(g_inputInterfaces, g_callback); in SetUpTestCase()

Completed in 5 milliseconds