Home
last modified time | relevance | path

Searched refs:ScanInputDevice (Results 1 – 24 of 24) sorted by relevance

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen); member
/drivers/peripheral/input/libinput/src/
Dinput_interface_instance.cpp29 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/
Dopeninputdevice_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in OpenInputDeviceFuzzTest()
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
Dcloseinputdevice_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in CloseInputDeviceFuzzTest()
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp33 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/
Dinputgetchipname_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetChipnameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
Dinputgetchipinfo_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetchipInfoFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
Dinputgetpowerstatus_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetpowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
Dinputgetvendorname_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetVendorNameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
Dinputgetdevicetype_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetDeviceTypeFuzzTest()
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
Drunextracommand_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunExtraCommandFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
Dinputsetgesturemode_fuzzer.cpp43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetGestureModeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/
Dinputregisterreportcallback_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
Dinputsetpowerstatus_fuzzer.cpp43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetPowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/
Dinputunregisterreportcallback_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputUnregisterReportCallbackFuzzTest()
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
Druncapacitancetest_fuzzer.cpp45 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunCapacitanceTestFuzzTest()
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.h34 int32_t ScanInputDevice(std::vector<DevDesc> &staArr) override;
Dinput_interfaces_impl.cpp164 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/
Dinput_manager.c225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function
288 managerHdi->ScanInputDevice = ScanInputDevice; in InstanceManagerHdi()
/drivers/peripheral/input/test/unittest/common/
Dhdi_input_test.cpp65 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/
Dhdf_input_hdi_test.cpp75 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/
Dinput_benchmark_test.cpp72 ret = g_inputInterfaces->ScanInputDevice(sta); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/udriver/
Dhdi_input_test.cpp137 … ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta) / sizeof(InputDevDesc));
/drivers/interface/input/v1_0/
DIInputInterfaces.idl75 ScanInputDevice([out] struct DevDesc[] staArr);