Searched refs:devIndex (Results 1 - 12 of 12) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | get_device_node.cpp | 33 int32_t GetDeviceNode::GetDeviceNodeName(const std::string &targetName, uint16_t devIndex, std::string &deviceNode) in GetDeviceNodeName() argument 53 if (devIndex > targetSize) { in GetDeviceNodeName() 54 MMI_HILOGE("Failed to devIndex:%{public}d > targetSize:%{public}zu", devIndex, targetSize); in GetDeviceNodeName() 58 deviceNode = nodeRootPath + iter->second[devIndex]; in GetDeviceNodeName() 59 MMI_HILOGI("%{public}s[%{public}d] --> %{public}s", targetName.c_str(), devIndex, in GetDeviceNodeName()
|
H A D | injection_event_dispatch.cpp | 171 return item.devIndex; in GetDeviceIndex() 288 int32_t InjectionEventDispatch::GetDevTypeIndex(int32_t devIndex) const in GetDevTypeIndex() 291 if (devIndex == item.devIndex) { in GetDevTypeIndex() 302 return item.devIndex; in GetDevIndexType()
|
H A D | manage_inject_device.cpp | 39 uint16_t devIndex = item.deviceIndex; in TransformJsonData() local 41 if (getDeviceNodeObject_.GetDeviceNodeName(deviceName, devIndex, deviceNode) == RET_ERR) { in TransformJsonData()
|
/foundation/window/window_manager_lite/services/ims/ |
H A D | input_event_hub.h | 63 static InputDevType GetDeviceType(uint32_t devIndex); 64 static void EventCallback(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex);
|
H A D | input_event_hub.cpp | 121 void InputEventHub::EventCallback(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex) in EventCallback() argument 158 InputDevType InputEventHub::GetDeviceType(uint32_t devIndex) in GetDeviceType() argument 160 switch (devIndex) { in GetDeviceType()
|
/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | get_device_node.h | 29 int32_t GetDeviceNodeName(const std::string &targetName, uint16_t devIndex, std::string &deviceNode);
|
H A D | msg_head.h | 68 int32_t devIndex; member
|
H A D | injection_event_dispatch.h | 44 int32_t GetDevTypeIndex(int32_t devIndex) const;
|
/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_dispatch.h | 34 int32_t EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) override;
|
H A D | hdf_device_event_dispatch.cpp | 38 int32_t HdfDeviceEventDispatch::EventPkgCallback(const std::vector<EventPackage> &pkgs, uint32_t devIndex) in EventPkgCallback() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_dev.c | 157 int32_t devIndex; in GetInterfaceNameByIP() local 164 devIndex = FindDevByInterfaceIP(fd, ifc, buf, sourceIP); in GetInterfaceNameByIP() 166 if (devIndex >= 0) { in GetInterfaceNameByIP() 167 if (strcpy_s(interfaceName, nameLen, buf[devIndex].ifr_name) != EOK) { in GetInterfaceNameByIP()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_dev.c | 157 int32_t devIndex; in GetInterfaceNameByIP() local 164 devIndex = FindDevByInterfaceIP(fd, ifc, buf, sourceIP); in GetInterfaceNameByIP() 166 if (devIndex >= 0) { in GetInterfaceNameByIP() 167 if (strcpy_s(interfaceName, nameLen, buf[devIndex].ifr_name) != EOK) { in GetInterfaceNameByIP()
|
Completed in 6 milliseconds