/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/ |
H A D | _input_dev_desc.md | 1 # InputDevDesc chapter 30 uint32_t InputDevDesc::devIndex 40 uint32_t InputDevDesc::devType
|
H A D | _input_manager.md | 22 | int32_t(\* [ScanInputDevice](#scaninputdevice) )([InputDevDesc](_input_dev_desc.md) \*staArr, uin… 134 int32_t(* InputManager::ScanInputDevice) (InputDevDesc *staArr, uint32_t arrLen)
|
H A D | Readme-CN.md | 34 - [InputDevDesc](_input_dev_desc.md)
|
H A D | input__type_8h.md | 22 | struct [InputDevDesc](_input_dev_desc.md) | Input设备描述信息。 |
|
H A D | _input.md | 36 | struct [InputDevDesc](_input_dev_desc.md) | Input设备描述信息。 |
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/ |
H A D | openinputdevice_fuzzer.cpp | 29 InputDevDesc sta[MAX_DEVICES]; in OpenInputDeviceFuzzTest() 32 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in OpenInputDeviceFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/ |
H A D | closeinputdevice_fuzzer.cpp | 29 InputDevDesc sta[MAX_DEVICES]; in CloseInputDeviceFuzzTest() 32 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in CloseInputDeviceFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/ |
H A D | inputgetchipinfo_fuzzer.cpp | 29 InputDevDesc sta[MAX_DEVICES]; in InputGetchipInfoFuzzTest() 34 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputGetchipInfoFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/ |
H A D | inputgetchipname_fuzzer.cpp | 28 InputDevDesc sta[MAX_DEVICES]; in InputGetChipnameFuzzTest() 33 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputGetChipnameFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/ |
H A D | inputgetdevicetype_fuzzer.cpp | 29 InputDevDesc sta[MAX_DEVICES]; in InputGetDeviceTypeFuzzTest() 34 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputGetDeviceTypeFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/ |
H A D | inputgetpowerstatus_fuzzer.cpp | 29 InputDevDesc sta[MAX_DEVICES]; in InputGetpowerStatusFuzzTest() 33 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputGetpowerStatusFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/ |
H A D | inputgetvendorname_fuzzer.cpp | 29 InputDevDesc sta[MAX_DEVICES]; in InputGetVendorNameFuzzTest() 34 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputGetVendorNameFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/ |
H A D | inputregisterreportcallback_fuzzer.cpp | 28 InputDevDesc sta[MAX_DEVICES]; in DoSomethingInterestingWithMyAPI() 32 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/ |
H A D | inputsetgesturemode_fuzzer.cpp | 33 InputDevDesc sta[MAX_DEVICES]; in InputSetGestureModeFuzzTest() 37 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputSetGestureModeFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/ |
H A D | inputsetpowerstatus_fuzzer.cpp | 33 InputDevDesc sta[MAX_DEVICES]; in InputSetPowerStatusFuzzTest() 37 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputSetPowerStatusFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/ |
H A D | inputunregisterreportcallback_fuzzer.cpp | 28 InputDevDesc sta[MAX_DEVICES]; in InputUnregisterReportCallbackFuzzTest() 33 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in InputUnregisterReportCallbackFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/ |
H A D | runextracommand_fuzzer.cpp | 28 InputDevDesc sta[MAX_DEVICES]; in RunExtraCommandFuzzTest() 34 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in RunExtraCommandFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/ |
H A D | runcapacitancetest_fuzzer.cpp | 34 InputDevDesc sta[MAX_DEVICES]; in RunCapacitanceTestFuzzTest() 39 … (void)memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in RunCapacitanceTestFuzzTest()
|
/ohos5.0/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.cpp | 38 static void CloseOnlineDev(InputDevDesc *sta, int32_t len); 39 static void OpenOnlineDev(InputDevDesc *sta, int32_t len); 52 InputDevDesc sta[MAX_DEVICES]; in SetUpTestCase() 53 ret = memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)); in SetUpTestCase() 138 static void OpenOnlineDev(InputDevDesc *sta, int32_t len) in OpenOnlineDev() 164 static void CloseOnlineDev(InputDevDesc *sta, int32_t len) in CloseOnlineDev() 192 InputDevDesc sta[MAX_DEVICES]; 200 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta)/sizeof(InputDevDesc)); 212 InputDevDesc sta[MAX_DEVICES];
|
/ohos5.0/drivers/peripheral/input/interfaces/include/ |
H A D | input_manager.h | 68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen);
|
H A D | input_type.h | 184 } InputDevDesc; typedef
|
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A D | input_manager.c | 225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() 262 replayDataSize != sizeof(InputDevDesc)) { in ScanInputDevice() 266 if (memcpy_s(&staArr[count], sizeof(InputDevDesc), data, replayDataSize) != EOK) { in ScanInputDevice()
|
/ohos5.0/base/update/updater/services/ui/driver/ |
H A D | input_event.cpp | 98 InputDevDesc sta[MAX_INPUT_DEVICES] = {{0}}; in HdfInit()
|
/ohos5.0/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_impl.cpp | 172 InputDevDesc staArrHdf[MAX_DEVICES]; in ScanInputDevice() 173 …2_t ret = memset_s(staArrHdf, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDev… in ScanInputDevice()
|
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 129 InputDevDesc sta[MAX_DEVICES]; 130 …if (memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)) != EO… 138 … ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta) / sizeof(InputDevDesc));
|