Home
last modified time | relevance | path

Searched defs:devIndex (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp119 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 Dinput_callback_impl.cpp29 …t32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp42 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 Dinput_device_manager.cpp546 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 Dinput_interfaces_impl.cpp195 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 Dinput_controller.c200 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 Dinput_manager.c42 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 Dinput_reporter.c97 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 DTest_TransformJsonDataToInputDataEventsIsEmpty.json3 "deviceName": "touch", "devIndex":0, number
H A DTest_TransformJsonDataToInputDataSingleEventsIsEmpty.json3 "deviceName": "touch", "devIndex":10, number
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_dev_desc_v10.md27 ### devIndex subsection
H A D_input_dev_desc.md27 ### devIndex subsection
H A D_hot_plug_event_v10.md28 ### devIndex subsection
H A D_input_hot_plug_event.md28 ### devIndex subsection
H A D_device_info_v10.md72 ### devIndex subsection
H A D_input_device_info.md72 ### devIndex subsection
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_hub.cpp121 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 Dinput_event.cpp60 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 Dinput_callback_impl.cpp29 …t32_t InputCallbackImpl::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_dispatch.cpp38 … HdfDeviceEventDispatch::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback()
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H A Dinputsetgesturemode_fuzzer.cpp23 uint32_t devIndex; member
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp23 uint32_t devIndex; member
/ohos5.0/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp23 uint32_t devIndex; member
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dmanage_inject_device.cpp39 uint16_t devIndex = item.deviceIndex; in TransformJsonData() local
H A Dget_device_node.cpp33 int32_t GetDeviceNode::GetDeviceNodeName(const std::string &targetName, uint16_t devIndex, std::str… in GetDeviceNodeName()

12