/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 119 uint32_t devIndex = 0; variable 184 uint32_t devIndex = 0; variable 251 uint32_t devIndex = 0; variable 340 uint32_t devIndex = 0; variable 471 uint32_t devIndex = 0; variable 485 uint32_t devIndex = 3; variable 541 uint32_t devIndex = 0; variable 611 uint32_t devIndex = 0; variable 717 uint32_t devIndex = 0; variable 796 uint32_t devIndex = 0; variable [all …]
|
H A D | input_callback_impl.cpp | 29 …t32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
|
/ohos5.0/drivers/peripheral/input/udriver/src/ |
H A D | input_manager.cpp | 42 static int32_t OpenInputDevice(uint32_t devIndex) in OpenInputDevice() 51 static int32_t CloseInputDevice(uint32_t devIndex) in CloseInputDevice() 60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() 78 static int32_t SetPowerStatus(uint32_t devIndex, uint32_t status) in SetPowerStatus() 87 static int32_t GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() 96 static int32_t GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() 114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() 123 static int32_t GetDeviceType(uint32_t devIndex, uint32_t *deviceType) in GetDeviceType() 132 static int32_t SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() 150 static int32_t RunExtraCommand(uint32_t devIndex, InputExtraCmd *cmd) in RunExtraCommand() [all …]
|
H A D | input_device_manager.cpp | 546 uint32_t devIndex {}; in DoWithEventDeviceDel() local 793 RetStatus InputDeviceManager::SetPowerStatus(uint32_t devIndex, uint32_t status) in SetPowerStatus() 803 RetStatus InputDeviceManager::GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() 813 RetStatus InputDeviceManager::GetDeviceType(uint32_t devIndex, uint32_t *deviceType) in GetDeviceType() 826 RetStatus InputDeviceManager::GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() 842 RetStatus InputDeviceManager::GetVendorName(uint32_t devIndex, char *vendorName, uint32_t length) in GetVendorName() 858 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() 874 RetStatus InputDeviceManager::SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() 895 RetStatus InputDeviceManager::RunExtraCommand(uint32_t devIndex, InputExtraCmd *cmd) in RunExtraCommand() 907 RetStatus InputDeviceManager::RegisterReportCallback(uint32_t devIndex, InputEventCb *callback) in RegisterReportCallback() [all …]
|
/ohos5.0/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_impl.cpp | 195 int32_t InputInterfacesImpl::OpenInputDevice(uint32_t devIndex) in OpenInputDevice() 211 int32_t InputInterfacesImpl::CloseInputDevice(uint32_t devIndex) in CloseInputDevice() 227 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice() 290 int32_t InputInterfacesImpl::SetPowerStatus(uint32_t devIndex, uint32_t status) in SetPowerStatus() 306 int32_t InputInterfacesImpl::GetPowerStatus(uint32_t devIndex, uint32_t &status) in GetPowerStatus() 322 int32_t InputInterfacesImpl::GetDeviceType(uint32_t devIndex, uint32_t &deviceType) in GetDeviceType() 338 int32_t InputInterfacesImpl::GetChipInfo(uint32_t devIndex, std::string &chipInfo) in GetChipInfo() 376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName() 395 int32_t InputInterfacesImpl::SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() 428 int32_t InputInterfacesImpl::RunExtraCommand(uint32_t devIndex, const ExtraCmd &cmd) in RunExtraCommand() [all …]
|
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 200 static int32_t SetPowerStatus(uint32_t devIndex, uint32_t status) in SetPowerStatus() 231 static int32_t GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() 267 static int32_t GetDeviceType(uint32_t devIndex, uint32_t *deviceType) in GetDeviceType() 375 static int32_t SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() 448 static int32_t RunExtraCommand(uint32_t devIndex, InputExtraCmd *cmdInfo) in RunExtraCommand() 480 static int32_t GetDeviceAbility(uint32_t devIndex, InputDevAbility *ability) in GetDeviceAbility() 516 static int32_t UpdateAbilityInfo(uint32_t devIndex) in UpdateAbilityInfo() 526 static int32_t GetDeviceAttr(uint32_t devIndex, InputDevAttr *attr) in GetDeviceAttr() 562 static int32_t UpdateAttrInfo(uint32_t devIndex) in UpdateAttrInfo() 572 static int32_t UpdateDevBaseInfo(uint32_t devIndex) in UpdateDevBaseInfo() [all …]
|
H A D | input_manager.c | 42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() 118 static int32_t CloseInputDevice(uint32_t devIndex) in CloseInputDevice() 166 static int32_t CheckIndex(uint32_t devIndex) in CheckIndex() 190 static int32_t OpenInputDevice(uint32_t devIndex) in OpenInputDevice()
|
H A D | input_reporter.c | 97 static int32_t RegisterReportCallback(uint32_t devIndex, InputEventCb *callback) in RegisterReportCallback() 139 static int32_t UnregisterReportCallback(uint32_t devIndex) in UnregisterReportCallback()
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/jsonFiles/ |
H A D | Test_TransformJsonDataToInputDataEventsIsEmpty.json | 3 "deviceName": "touch", "devIndex":0, number
|
H A D | Test_TransformJsonDataToInputDataSingleEventsIsEmpty.json | 3 "deviceName": "touch", "devIndex":10, number
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/ |
H A D | _dev_desc_v10.md | 27 ### devIndex subsection
|
H A D | _input_dev_desc.md | 27 ### devIndex subsection
|
H A D | _hot_plug_event_v10.md | 28 ### devIndex subsection
|
H A D | _input_hot_plug_event.md | 28 ### devIndex subsection
|
H A D | _device_info_v10.md | 72 ### devIndex subsection
|
H A D | _input_device_info.md | 72 ### devIndex subsection
|
/ohos5.0/foundation/window/window_manager_lite/services/ims/ |
H A D | input_event_hub.cpp | 121 void InputEventHub::EventCallback(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex) in EventCallback() 158 InputDevType InputEventHub::GetDeviceType(uint32_t devIndex) in GetDeviceType()
|
/ohos5.0/base/update/updater/services/ui/driver/ |
H A D | input_event.cpp | 60 void InputEvent::GetInputDeviceType(uint32_t devIndex, uint32_t &type) in GetInputDeviceType() 70 …nt::ReportEventPkgCallback(const InputEventPackage **pkgs, const uint32_t count, uint32_t devIndex) in ReportEventPkgCallback()
|
/ohos5.0/drivers/peripheral/input/test/common/src/ |
H A D | input_callback_impl.cpp | 29 …t32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
|
/ohos5.0/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_dispatch.cpp | 38 … HdfDeviceEventDispatch::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/ |
H A D | inputsetgesturemode_fuzzer.cpp | 23 uint32_t devIndex; member
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/ |
H A D | inputsetpowerstatus_fuzzer.cpp | 23 uint32_t devIndex; member
|
/ohos5.0/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/ |
H A D | runcapacitancetest_fuzzer.cpp | 23 uint32_t devIndex; member
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | manage_inject_device.cpp | 39 uint16_t devIndex = item.deviceIndex; in TransformJsonData() local
|
H A D | get_device_node.cpp | 33 int32_t GetDeviceNode::GetDeviceNodeName(const std::string &targetName, uint16_t devIndex, std::str… in GetDeviceNodeName()
|