Home
last modified time | relevance | path

Searched refs:iInterface (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_interface_descriptor.md32 | [iInterface](#iinterface) | 描述该接口的字符串描述符的索引。 |
134 ### iInterface subsection
138 uint8_t UsbInterfaceDescriptor::iInterface
H A Dusb__ddk__types_8h.md90 | [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.md32 | [iInterface](#iinterface) | Index of the string descriptor that describes the interface.|
134 ### iInterface subsection
138 uint8_t UsbInterfaceDescriptor::iInterface
H A Dusb__ddk__types_8h.md90 | [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 Dusb_ddk_types.h158 uint8_t iInterface; member
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp110 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 Dform_provider_client_test.cpp983 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 Dusbd_type.h185 uint8_t iInterface; member
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp50 .iInterface = ACM_CTRL_IDX,
66 .iInterface = ACM_DATA_IDX,
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c42 .iInterface = ACM_CTRL_IDX,
58 .iInterface = ACM_DATA_IDX,
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h204 uint8_t iInterface; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dcontinuation_test.cpp1492 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 Dusbfn_cfg_mgr.c297 drsOps->GetUint8(node, INTERFACE_INTERFACE, &desc->iInterface, 0) != HDF_SUCCESS) { in UsbFnCfgMgrParseInterfaceDesc()