Home
last modified time | relevance | path

Searched refs:propLength (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___device.md30 | [propLength](#proplength) | 设备特性数量 |
108 ### propLength subsection
112 uint16_t Hid_Device::propLength
H A D_hid_ddk.md89 | [Hid_Device::propLength](#proplength) | 设备特性数量 |
801 ### propLength subsection
804 uint16_t Hid_Device::propLength
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid___device.md30 | [propLength](#proplength) | Number of device properties.|
108 ### propLength subsection
112 uint16_t Hid_Device::propLength
H A D_hid_ddk.md89 | [Hid_Device::propLength](#proplength) | Number of device properties. |
801 ### propLength subsection
804 uint16_t Hid_Device::propLength
/ohos5.0/drivers/external_device_manager/frameworks/ddk/hid/
H A Dinput_emit_event.cpp115 std::transform(hidDevice->properties, hidDevice->properties + hidDevice->propLength, in ParseHidDevice()
198 if (hidDevice->propLength > MAX_HID_DEVICE_PROP_LEN) { in CheckHidDevice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp208 JsiRef<JsiValue> propLength = GetProperty(static_cast<int32_t>(ArkUIIndex::LENGTH)); in Length() local
209 if (propLength->IsNumber()) { in Length()
210 length = propLength->ToNumber<int32_t>(); in Length()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dhid-ddk-guidelines.md57 .propLength = (uint16_t)deviceProp.size()
/ohos5.0/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_types.h103 uint16_t propLength; member
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dhid_ddk_ndk_test.cpp36 .propLength = (uint16_t)deviceProp.size() in CreateTestDevice()
/ohos5.0/docs/en/application-dev/napi/
H A Dhid-ddk-guidelines.md57 .propLength = (uint16_t)deviceProp.size()
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/
H A Dddk_permission_test.cpp150 .propLength = (uint16_t)deviceProp.size() in CreateTestDevice()