Home
last modified time | relevance | path

Searched refs:GetInputDevice (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo); member
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
218 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h37 int32_t GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) override;
H A Dinput_interfaces_impl.cpp227 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
230 inputInterface_->iInputManager->GetInputDevice == nullptr) { in GetInputDevice()
237 int32_t ret = inputInterface_->iInputManager->GetInputDevice(devIndex, &deviceInfo); in GetInputDevice()
/drivers/peripheral/input/hal/src/
H A Dinput_manager.c42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
291 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp269 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in HWTEST_F()
383 int32_t ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in HWTEST_F()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp103 * @tc.desc: Benchmarktest for interface GetInputDevice.
115 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp226 * @tc.desc : Reliability of function(GetInputDevice)
236 ret |= g_inputInterfaces->GetInputDevice(TOUCH_INDEX, devInfo); in HWTEST_F()
252 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); in HWTEST_F()
270 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); in HWTEST_F()
274 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); in HWTEST_F()
288 int32_t ret = g_inputInterfaces->GetInputDevice(MAX_DEVICES, devInfo); in HWTEST_F()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp279 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(g_touchIndex, &dev); in HWTEST_F()
303 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX1, &dev); in HWTEST_F()
322 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev); in HWTEST_F()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp347 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); in HWTEST_F()
454 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); in HWTEST_F()

Completed in 12 milliseconds