Home
last modified time | relevance | path

Searched refs:ScanInputDevice (Results 1 - 23 of 23) sorted by relevance

/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen); member
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
H A Dcloseinputdevice_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in CloseInputDeviceFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
H A Dinputgetchipinfo_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetchipInfoFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
H A Dinputgetdevicetype_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetDeviceTypeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetChipnameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetVendorNameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
H A Dinputgetpowerstatus_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetpowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/
H A Dopeninputdevice_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in OpenInputDeviceFuzzTest()
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp33 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 Dinput_interfaces_impl.h34 int32_t ScanInputDevice(std::vector<DevDesc> &staArr) override;
H A 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/test/fuzztest/inputregisterreportcallback_fuzzer/
H A Dinputregisterreportcallback_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H A Dinputsetgesturemode_fuzzer.cpp43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetGestureModeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetPowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/
H A Dinputunregisterreportcallback_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputUnregisterReportCallbackFuzzTest()
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp45 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunCapacitanceTestFuzzTest()
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
H A Drunextracommand_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunExtraCommandFuzzTest()
/drivers/peripheral/input/hal/src/
H A 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/
H A 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) 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 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); in HWTEST_F()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp62 * @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 Dhdf_input_hdi_test.cpp56 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 Dhdi_input_test.cpp138 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()

Completed in 12 milliseconds