Home
last modified time | relevance | path

Searched refs:InputCallbackImpl (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/input/test/common/include/
H A Dinput_callback_impl.h26 class InputCallbackImpl : public IInputCallback {
28InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &ot…
29 virtual ~InputCallbackImpl() = default;
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dinput_callback_impl.h26 class InputCallbackImpl : public IInputCallback {
28InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces, const wptr<InputCallbackImpl> &ot…
29 virtual ~InputCallbackImpl() = default;
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> &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 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()
/ohos5.0/drivers/peripheral/input/test/common/src/
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 devInde… in EventPkgCallback()
41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/
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()
/ohos5.0/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp51 g_callback = new InputCallbackImpl(g_inputInterfaces, nullptr); in SetUp()