/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_control_request_setup.md | 27 | [wIndex](#windex) | Index corresponding to **wIndex** in the USB protocol. It is usually used to … 34 ### wIndex subsection 38 uint16_t UsbControlRequestSetup::wIndex 43 Index corresponding to **wIndex** in the USB protocol. It is usually used to transfer the index or …
|
H A D | usb__ddk__types_8h.md | 62 | [wIndex](#windex) | Index corresponding to **wIndex** in the USB protocol. It is usually used to … 465 ### wIndex subsection 469 uint16_t wIndex 474 Index corresponding to **wIndex** in the USB protocol. It is usually used to transfer the index or …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_control_request_setup.md | 27 | [wIndex](#windex) | 具体的请求不同,其代表的含义不一样,通常用来传递索引或者偏移量。 | 34 ### wIndex subsection 38 uint16_t UsbControlRequestSetup::wIndex
|
H A D | usb__ddk__types_8h.md | 62 | [wIndex](#windex) | 具体的请求不同,其代表的含义不一样,通常用来传递索引或者偏移量。 | 465 ### wIndex subsection 469 uint16_t wIndex
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | usb-ddk-guidelines.md | 106 setupRead.wIndex = 0; 117 setupWrite.wIndex = 0;
|
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 152 uint16_t wIndex; member 310 uint16_t wIndex; member
|
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 61 uint16_t wIndex; member
|
/ohos5.0/drivers/peripheral/usb/ddk/host/include/ |
H A D | liteos_adapter.h | 40 uint16_t wIndex; member
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | usb-ddk-guidelines.md | 106 setupRead.wIndex = 0; 117 setupWrite.wIndex = 0;
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/usb/ |
H A D | usb-guidelines.md | 177 wIndex: 0, //索引值,可填0
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/ |
H A D | UsbDdkTypes.idl | 47 …/** Index corresponding to wIndex in the USB protocol. It is usually used to transfer the index or…
|
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/ |
H A D | usbfn_mtp_impl.cpp | 44 uint16_t wIndex; member 68 .wIndex = CPU_TO_LE16(4), 529 uint16_t wIndex = LE16_TO_CPU(setup->index); in UsbMtpDeviceVendorRequest() local 533 (wIndex == USB_MTP_EXTENDED_COMPAT_ID || wIndex == USB_MTP_EXTENDED_PROPERTIES)) { in UsbMtpDeviceVendorRequest()
|
/ohos5.0/drivers/interface/usb/ddk/v1_0/ |
H A D | UsbDdkTypes.idl | 47 …/** Index corresponding to wIndex in the USB protocol. It is usually used to transfer the index or…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-usbManager.md | 649 wIndex: number = 0 659 wIndex: 0, 1149 | wIndex | number | 是 |请求参数value对应的索引值。 |
|
/ohos5.0/docs/en/application-dev/basic-services/usb/ |
H A D | usb-guidelines.md | 177 wIndex: 0, // Descriptor index. The value can be 0.
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-usbManager.md | 645 wIndex: number = 0 655 wIndex: 0, 885 | wIndex | number | Yes |Index of the request parameter …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.cpp | 1093 const int32_t wIndex = 3; in CheckHasTransformMatrix() local 1115 transform.perspective[zIndex], transform.perspective[wIndex]); in CheckHasTransformMatrix()
|
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 464 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 451 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
|
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/ |
H A D | cdcecm.c | 492 event->wIndex = CPU_TO_LE16(ecm->ctrlId); in EcmDoNotify()
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 742 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification()
|
H A D | usb_net_host.c | 380 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in UsbnetHostProcessNotification()
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 1033 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
|
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 375 setup.wIndex = 0x409; in UsbSendControlReadRequestOne()
|
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1258 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in AcmSendNotifyRequest()
|