/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/ |
H A D | _input_manager.md | 26 | int32_t(\* [GetInputDeviceList](#getinputdevicelist) )(uint32_t \*devNum, [InputDeviceInfo](_inpu… 81 ### GetInputDeviceList subsection 84 int32_t(* InputManager::GetInputDeviceList) (uint32_t *devNum, InputDeviceInfo **devList, uint32_t …
|
H A D | interface_i_input_interfaces_v10.md | 26 | [GetInputDeviceList](#getinputdevicelist) ([out] unsigned int devNum, [out] struct [DeviceInfo](_… 171 ### GetInputDeviceList() 174 IInputInterfaces::GetInputDeviceList ([out] unsigned int devNum, [out] struct DeviceInfo[] devList,…
|
/ohos5.0/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()
|
/ohos5.0/drivers/peripheral/input/interfaces/include/ |
H A D | input_manager.h | 120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size); member
|
/ohos5.0/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()
|
/ohos5.0/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) over…
|
H A D | input_interfaces_impl.cpp | 254 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList,… 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()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/cpp_target/input/v1_0/ |
H A D | input_interfaces_service.h.txt | 38 …int32_t GetInputDeviceList(uint32_t& devNum, std::vector<OHOS::HDI::Input::V1_0::DeviceInfo>& devL…
|
H A D | input_interfaces_service.cpp.txt | 50 int32_t InputInterfacesService::GetInputDeviceList(uint32_t& devNum,
|
H A D | iinput_interfaces.h.txt | 51 …virtual int32_t GetInputDeviceList(uint32_t& devNum, std::vector<OHOS::HDI::Input::V1_0::DeviceInf…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/dump_ast_target/ |
H A D | dump.txt | 21 [mini, lite, full] GetInputDeviceList(
|
/ohos5.0/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 139 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM); in BENCHMARK_F()
|
/ohos5.0/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);
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 81 …| int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size); | 获取所有设备列表…
|
/ohos5.0/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);
|
/ohos5.0/drivers/peripheral/input/ |
H A D | README_zh.md | 72 …><a name="p913315573557"></a><a name="p913315573557"></a>int32_t (*GetInputDeviceList)(uint32_t *d…
|
H A D | README.md | 72 …><a name="p913315573557"></a><a name="p913315573557"></a>int32_t (*GetInputDeviceList)(uint32_t *d…
|
/ohos5.0/drivers/interface/input/v1_0/ |
H A D | IInputInterfaces.idl | 133 …GetInputDeviceList([out] unsigned int devNum, [out] struct DeviceInfo[] devList, [in]unsigned int …
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/ |
H A D | IInputInterfaces.idl | 133 …GetInputDeviceList([out] unsigned int devNum, [out] struct DeviceInfo[] devList, [in]unsigned int …
|
/ohos5.0/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);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 81 …| int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size); | Obtains …
|
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 306 g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM);
|