Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size); member
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp69 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 Dinput_interfaces_impl.h38 int32_t GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList, uint32_t size) override;
H A Dinput_interfaces_impl.cpp254 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 Dinput_manager.c85 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 Dinput_benchmark_test.cpp126 * @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 Dhdf_input_hdi_test.cpp298 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp375 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp343 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, &dev, MAX_INPUT_DEV_NUM); in HWTEST_F()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp295 * @tc.desc : Reliability of function(GetInputDeviceList)
306 g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM); in HWTEST_F()

Completed in 10 milliseconds