Home
last modified time | relevance | path

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

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_manager.md22 | int32_t(\* [ScanInputDevice](#scaninputdevice) )([InputDevDesc](_input_dev_desc.md) \*staArr, uin…
131 ### ScanInputDevice subsection
134 int32_t(* InputManager::ScanInputDevice) (InputDevDesc *staArr, uint32_t arrLen)
H A Dinterface_i_input_interfaces_v10.md22 | [ScanInputDevice](#scaninputdevice) ([out] struct [DevDesc](_dev_desc_v10.md)[] staArr) | Input服务…
380 ### ScanInputDevice()
383 IInputInterfaces::ScanInputDevice ([out] struct DevDesc[] staArr)
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_hub.cpp57 uint8_t num = ScanInputDevice(); in SetUp()
173 uint8_t InputEventHub::ScanInputDevice() in ScanInputDevice() function in OHOS::InputEventHub
H A Dinput_event_hub.h65 uint8_t ScanInputDevice();
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen); member
/ohos5.0/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)
200 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta)/sizeof(InputDevDesc));
/ohos5.0/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()
/ohos5.0/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/
H A Dopeninputdevice_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in OpenInputDeviceFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
H A Dcloseinputdevice_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in CloseInputDeviceFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
H A Dinputgetchipinfo_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetchipInfoFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetChipnameFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
H A Dinputgetdevicetype_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetDeviceTypeFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
H A Dinputgetpowerstatus_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetpowerStatusFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputGetVendorNameFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/
H A Dinputregisterreportcallback_fuzzer.cpp38 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H A Dinputsetgesturemode_fuzzer.cpp43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetGestureModeFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp43 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputSetPowerStatusFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/
H A Dinputunregisterreportcallback_fuzzer.cpp39 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in InputUnregisterReportCallbackFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
H A Drunextracommand_fuzzer.cpp40 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunExtraCommandFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp45 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in RunCapacitanceTestFuzzTest()
/ohos5.0/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()
/ohos5.0/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);
/ohos5.0/base/update/updater/services/ui/driver/
H A Dinput_event.cpp99 ret = inputInterface_->iInputManager->ScanInputDevice(sta, MAX_INPUT_DEVICES); in HdfInit()

12