Searched refs:propLength (Results 1 – 11 of 11) sorted by relevance
30 | [propLength](#proplength) | 设备特性数量 | 108 ### propLength subsection112 uint16_t Hid_Device::propLength
89 | [Hid_Device::propLength](#proplength) | 设备特性数量 | 801 ### propLength subsection804 uint16_t Hid_Device::propLength
30 | [propLength](#proplength) | Number of device properties.| 108 ### propLength subsection112 uint16_t Hid_Device::propLength
89 | [Hid_Device::propLength](#proplength) | Number of device properties. | 801 ### propLength subsection804 uint16_t Hid_Device::propLength
115 std::transform(hidDevice->properties, hidDevice->properties + hidDevice->propLength, in ParseHidDevice()198 if (hidDevice->propLength > MAX_HID_DEVICE_PROP_LEN) { in CheckHidDevice()
208 JsiRef<JsiValue> propLength = GetProperty(static_cast<int32_t>(ArkUIIndex::LENGTH)); in Length() local209 if (propLength->IsNumber()) { in Length()210 length = propLength->ToNumber<int32_t>(); in Length()
57 .propLength = (uint16_t)deviceProp.size()
103 uint16_t propLength; member
36 .propLength = (uint16_t)deviceProp.size() in CreateTestDevice()
150 .propLength = (uint16_t)deviceProp.size() in CreateTestDevice()