Searched refs:GetInputDeviceList (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/input/interfaces/include/ |
H A D | input_manager.h | 120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size);
member
|
/drivers/peripheral/input/udriver/src/ |
H A D | input_manager.cpp | 69 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size)
in GetInputDeviceList() function 219 managerHdi->GetInputDeviceList = GetInputDeviceList;
in InstanceManagerHdi()
|
/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_impl.h | 38 int32_t GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList, uint32_t size) override;
|
H A D | input_interfaces_impl.cpp | 254 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList, uint32_t size) in GetInputDeviceList() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl 257 inputInterface_->iInputManager->GetInputDeviceList == nullptr) { in GetInputDeviceList() 266 int32_t ret = inputInterface_->iInputManager->GetInputDeviceList(&devNum, &deviceList, size); in GetInputDeviceList()
|
/drivers/peripheral/input/hal/src/ |
H A D | input_manager.c | 85 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **deviceList, uint32_t size)
in GetInputDeviceList() function 292 managerHdi->GetInputDeviceList = GetInputDeviceList;
in InstanceManagerHdi()
|
/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 126 * @tc.desc: Benchmarktest for interface GetInputDeviceList.
139 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM);
in BENCHMARK_F()
|
/drivers/peripheral/input/test/unittest/hdi/ |
H A D | hdf_input_hdi_test.cpp | 298 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.cpp | 375 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 343 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, &dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 295 * @tc.desc : Reliability of function(GetInputDeviceList) 306 g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
|
Completed in 10 milliseconds