Home
last modified time | relevance | path

Searched refs:GetDeviceList (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h95 int32_t GetDeviceList(uint32_t *devNum, InputDeviceInfo **deviceList, uint32_t size);
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp75 return gInputDeviceManager_->GetDeviceList(devNum, devList, size); in GetInputDeviceList()
H A Dinput_device_manager.cpp676 int32_t InputDeviceManager::GetDeviceList(uint32_t *devNum, InputDeviceInfo **deviceList, uint32_t size) in GetDeviceList() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp1146 * @tc.name: GetDeviceList
1156 ret = iInputDeviceManager.GetDeviceList(nullptr, nullptr, 0); in HWTEST_F()

Completed in 6 milliseconds