/drivers/peripheral/input/interfaces/include/ |
D | input_manager.h | 68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen); member
|
/drivers/peripheral/input/libinput/src/ |
D | input_interface_instance.cpp | 29 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function 137 managerIf->ScanInputDevice = ScanInputDevice; in InstanceManagerIf()
|
/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/ |
D | openinputdevice_fuzzer.cpp | 38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in OpenInputDeviceFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/ |
D | closeinputdevice_fuzzer.cpp | 38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in CloseInputDeviceFuzzTest()
|
/drivers/peripheral/input/udriver/src/ |
D | input_manager.cpp | 33 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function 215 managerHdi->ScanInputDevice = ScanInputDevice; in InstanceManagerHdi()
|
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/ |
D | inputgetchipname_fuzzer.cpp | 39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetChipnameFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/ |
D | inputgetchipinfo_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetchipInfoFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/ |
D | inputgetpowerstatus_fuzzer.cpp | 39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetpowerStatusFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/ |
D | inputgetvendorname_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetVendorNameFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/ |
D | inputgetdevicetype_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetDeviceTypeFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/ |
D | runextracommand_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunExtraCommandFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/ |
D | inputsetgesturemode_fuzzer.cpp | 43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetGestureModeFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/ |
D | inputregisterreportcallback_fuzzer.cpp | 38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/ |
D | inputsetpowerstatus_fuzzer.cpp | 43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetPowerStatusFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/ |
D | inputunregisterreportcallback_fuzzer.cpp | 39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputUnregisterReportCallbackFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/ |
D | runcapacitancetest_fuzzer.cpp | 45 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunCapacitanceTestFuzzTest()
|
/drivers/peripheral/input/hdi_service/ |
D | input_interfaces_impl.h | 34 int32_t ScanInputDevice(std::vector<DevDesc> &staArr) override;
|
D | input_interfaces_impl.cpp | 164 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl 167 inputInterface_->iInputManager->ScanInputDevice == nullptr) { in ScanInputDevice() 179 ret = inputInterface_->iInputManager->ScanInputDevice(staArrHdf, MAX_DEVICES); in ScanInputDevice()
|
/drivers/peripheral/input/hal/src/ |
D | input_manager.c | 225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function 288 managerHdi->ScanInputDevice = ScanInputDevice; in InstanceManagerHdi()
|
/drivers/peripheral/input/test/unittest/common/ |
D | hdi_input_test.cpp | 65 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in SetUpTestCase() 140 int32_t ret = g_inputInterface->iInputManager->ScanInputDevice(sta, len); in OpenOnlineDev() 166 int32_t ret = g_inputInterface->iInputManager->ScanInputDevice(sta, len); in CloseOnlineDev() 190 HWTEST_F(HdiInputTest, ScanInputDevice, TestSize.Level1) 200 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta)/sizeof(InputDevDesc));
|
/drivers/peripheral/input/test/unittest/hdi/ |
D | hdf_input_hdi_test.cpp | 75 int32_t ret = g_inputInterfaces->ScanInputDevice(sta); in OpenOnlineDev() 101 int32_t ret = g_inputInterfaces->ScanInputDevice(sta); in CloseOnlineDev() 154 ret = g_inputInterfaces->ScanInputDevice(sta);
|
/drivers/peripheral/input/test/benchmarktest/ |
D | input_benchmark_test.cpp | 72 ret = g_inputInterfaces->ScanInputDevice(sta); in BENCHMARK_F()
|
/drivers/peripheral/input/test/unittest/udriver/ |
D | hdi_input_test.cpp | 137 … ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta) / sizeof(InputDevDesc));
|
/drivers/interface/input/v1_0/ |
D | IInputInterfaces.idl | 75 ScanInputDevice([out] struct DevDesc[] staArr);
|