/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_interface_descriptor.md | 32 | [iInterface](#iinterface) | 描述该接口的字符串描述符的索引。 | 134 ### iInterface subsection 138 uint8_t UsbInterfaceDescriptor::iInterface
|
H A D | usb__ddk__types_8h.md | 90 | [iInterface](#iinterface) | 描述该接口的字符串描述符的索引。 | 441 ### iInterface subsection 445 uint8_t iInterface
|
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_interface_descriptor.md | 32 | [iInterface](#iinterface) | Index of the string descriptor that describes the interface.| 134 ### iInterface subsection 138 uint8_t UsbInterfaceDescriptor::iInterface
|
H A D | usb__ddk__types_8h.md | 90 | [iInterface](#iinterface) | Index of the string descriptor that describes the interface.| 441 ### iInterface subsection 445 uint8_t iInterface
|
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 158 uint8_t iInterface; member
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_descriptor_parser.cpp | 110 interface.SetiInterface(interfaceDescriptor->iInterface); in AddInterface() 286 interface.SetiInterface(interfaceDescriptor.iInterface); in ParseInterfaceDescriptor()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_client_test/ |
H A D | form_provider_client_test.cpp | 983 sptr<IInterface> iInterface = nullptr; variable 984 wantParams.params_.emplace(TYPE_PROPERTY, iInterface); 985 wantParams.params_.emplace(VALUE_PROPERTY, iInterface); 986 wantParams.SetParam(TYPE_PROPERTY, iInterface);
|
/ohos5.0/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 185 uint8_t iInterface; member
|
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 50 .iInterface = ACM_CTRL_IDX, 66 .iInterface = ACM_DATA_IDX,
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 42 .iInterface = ACM_CTRL_IDX, 58 .iInterface = ACM_DATA_IDX,
|
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 204 uint8_t iInterface; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | continuation_test.cpp | 1492 sptr<IInterface> iInterface = Boolean::Parse("true"); variable 1493 wantParams.SetParam(SUPPORT_CONTINUE_PAGE_STACK_PROPERTY_NAME, iInterface); 1512 sptr<IInterface> iInterface = Boolean::Parse("false"); variable 1513 wantParams.SetParam(SUPPORT_CONTINUE_PAGE_STACK_PROPERTY_NAME, iInterface); 1634 sptr<IInterface> iInterface = Boolean::Parse("true"); variable 1635 wantParams.SetParam(SUPPORT_CONTINUE_PAGE_STACK_PROPERTY_NAME, iInterface);
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 297 drsOps->GetUint8(node, INTERFACE_INTERFACE, &desc->iInterface, 0) != HDF_SUCCESS) { in UsbFnCfgMgrParseInterfaceDesc()
|