Home
last modified time | relevance | path

Searched refs:ScanDevice (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.c430 static int32_t ScanDevice(struct HdfDeviceIoClient *client, int32_t cmd, in ScanDevice() function
455 .ioService.Dispatch = ScanDevice, in HdfInputManagerBind()
/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h91 RetStatus ScanDevice(InputDevDesc *staArr, uint32_t arrLen);
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp39 return gInputDeviceManager_->ScanDevice(staArr, arrLen); in ScanInputDevice()
H A Dinput_device_manager.cpp656 RetStatus InputDeviceManager::ScanDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanDevice() function in OHOS::Input::InputDeviceManager
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp1136 ret = iInputDeviceManager.ScanDevice(nullptr, 0);