Home
last modified time | relevance | path

Searched refs:OpenInputDevice (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp112 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
136 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
159 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
181 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
203 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
225 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
247 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
269 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
291 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
314 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX); in BENCHMARK_F()
[all …]
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp120 ret = g_inputInterfaces->OpenInputDevice(devIndex);
233 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
303 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
323 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
392 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
421 ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
664 g_inputInterfaces->OpenInputDevice(devIndex);
680 g_inputInterfaces->OpenInputDevice(devIndex);
1367 ret = g_inputInterfaces->OpenInputDevice(devIndex);
1387 ret = g_inputInterfaces->OpenInputDevice(devIndex);
[all …]
H A Dinput_callback_impl.cpp51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_manager.md23 | int32_t(\* [OpenInputDevice](#openinputdevice) )(uint32_t devIndex) | Input服务打开对应设备的设备文件。 |
107 ### OpenInputDevice subsection
110 int32_t(* InputManager::OpenInputDevice) (uint32_t devIndex)
H A Dinterface_i_input_interfaces_v10.md23 | [OpenInputDevice](#openinputdevice) ([in] unsigned int devIndex) | Input服务打开对应设备的设备文件。 |
249 ### OpenInputDevice()
252 IInputInterfaces::OpenInputDevice ([in] unsigned int devIndex)
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp42 static int32_t OpenInputDevice(uint32_t devIndex) in OpenInputDevice() function
216 managerHdi->OpenInputDevice = OpenInputDevice; in InstanceManagerHdi()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h80 int32_t (*OpenInputDevice)(uint32_t devIndex); member
/ohos5.0/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp116 ret = g_inputInterface->iInputManager->OpenInputDevice(msg->devIndex); in ReportHotPlugEventPkgCallback()
150 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in OpenOnlineDev()
261 int32_t ret = g_inputInterface->iInputManager->OpenInputDevice(TOUCH_INDEX);
281 int32_t ret = g_inputInterface->iInputManager->OpenInputDevice(INVALID_INDEX);
341 int32_t ret = g_inputInterface->iInputManager->OpenInputDevice(TOUCH_INDEX);
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp85 ret = g_inputInterfaces->OpenInputDevice(sta[i].devIndex); in OpenOnlineDev()
176 int32_t ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
198 int32_t ret = g_inputInterfaces->OpenInputDevice(INVALID_INDEX);
263 int32_t ret = g_inputInterfaces->OpenInputDevice(TOUCH_INDEX);
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c190 static int32_t OpenInputDevice(uint32_t devIndex) in OpenInputDevice() function
289 managerHdi->OpenInputDevice = OpenInputDevice; in InstanceManagerHdi()
/ohos5.0/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/
H A Dopeninputdevice_fuzzer.cpp49 ret = g_inputInterface->iInputManager->OpenInputDevice(*(uint32_t *)data); in OpenInputDeviceFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
H A Dcloseinputdevice_fuzzer.cpp47 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in CloseInputDeviceFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
H A Dinputgetchipinfo_fuzzer.cpp49 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputGetchipInfoFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp48 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputGetChipnameFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
H A Dinputgetdevicetype_fuzzer.cpp49 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputGetDeviceTypeFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
H A Dinputgetpowerstatus_fuzzer.cpp48 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputGetpowerStatusFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp49 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputGetVendorNameFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/
H A Dinputregisterreportcallback_fuzzer.cpp47 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H A Dinputsetgesturemode_fuzzer.cpp52 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputSetGestureModeFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp52 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputSetPowerStatusFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/
H A Dinputunregisterreportcallback_fuzzer.cpp48 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in InputUnregisterReportCallbackFuzzTest()
/ohos5.0/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
H A Drunextracommand_fuzzer.cpp49 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in RunExtraCommandFuzzTest()
/ohos5.0/drivers/peripheral/input/test/common/src/
H A Dinput_callback_impl.cpp51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
/ohos5.0/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp54 ret = g_inputInterface->iInputManager->OpenInputDevice(sta[i].devIndex); in RunCapacitanceTestFuzzTest()
/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_manager.cpp44 int32_t ret = inputInterface_->OpenInputDevice(TOUCH_DEV_ID); in ConnectHDFInit()

12