/drivers/peripheral/input/interfaces/include/ |
H A D | input_manager.h | 68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen);
member
|
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/ |
H A D | closeinputdevice_fuzzer.cpp | 38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in CloseInputDeviceFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/ |
H A D | inputgetchipinfo_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetchipInfoFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/ |
H A D | inputgetdevicetype_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetDeviceTypeFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/ |
H A D | inputgetchipname_fuzzer.cpp | 39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetChipnameFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/ |
H A D | inputgetvendorname_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetVendorNameFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/ |
H A D | inputgetpowerstatus_fuzzer.cpp | 39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetpowerStatusFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/ |
H A D | openinputdevice_fuzzer.cpp | 38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in OpenInputDeviceFuzzTest()
|
/drivers/peripheral/input/udriver/src/ |
H A 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/hdi_service/ |
H A D | input_interfaces_impl.h | 34 int32_t ScanInputDevice(std::vector<DevDesc> &staArr) override;
|
H A 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/test/fuzztest/inputregisterreportcallback_fuzzer/ |
H A D | inputregisterreportcallback_fuzzer.cpp | 38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/ |
H A D | inputsetgesturemode_fuzzer.cpp | 43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetGestureModeFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/ |
H A D | inputsetpowerstatus_fuzzer.cpp | 43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetPowerStatusFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/ |
H A D | inputunregisterreportcallback_fuzzer.cpp | 39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputUnregisterReportCallbackFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/ |
H A D | runcapacitancetest_fuzzer.cpp | 45 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunCapacitanceTestFuzzTest()
|
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/ |
H A D | runextracommand_fuzzer.cpp | 40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunExtraCommandFuzzTest()
|
/drivers/peripheral/input/hal/src/ |
H A 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/ |
H A 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) in HWTEST_F() 200 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta)/sizeof(InputDevDesc)); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/hdi/ |
H A 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); in HWTEST_F()
|
/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 62 * @tc.desc: Benchmarktest for interface ScanInputDevice.
72 ret = g_inputInterfaces->ScanInputDevice(sta);
in BENCHMARK_F()
|
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 56 g_inputInterfaces->ScanInputDevice(g_sta); in SetUpTestCase() 82 * @tc.desc : Reliability of function(ScanInputDevice) 90 ret |= g_inputInterfaces->ScanInputDevice(sta); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 138 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta) / sizeof(InputDevDesc)); in HWTEST_F() 140 printf("%s: ScanInputDevice result: %d, %d, %d, %d\n", in HWTEST_F()
|