Searched refs:interface1 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/basic-services/usb/ |
H A D | usb-guidelines.md | 121 let interface1 : usbManager.USBInterface = deviceList[0].configs[0].interfaces[0]; 124 interface1为设备配置中的一个接口。 126 usbManager.claimInterface(pipe, interface1, true); 140 let inEndpoint : usbManager.USBEndpoint = interface1.endpoints[2]; 141 let outEndpoint : usbManager.USBEndpoint = interface1.endpoints[1]; 190 usbManager.releaseInterface(pipe, interface1);
|
/ohos5.0/docs/en/application-dev/basic-services/usb/ |
H A D | usb-guidelines.md | 121 let interface1 : usbManager.USBInterface = deviceList[0].configs[0].interfaces[0]; 124 interface1 must be one present in the device configuration. 126 usbManager.claimInterface(pipe, interface1, true); 140 let inEndpoint : usbManager.USBEndpoint = interface1.endpoints[2]; 141 let outEndpoint : usbManager.USBEndpoint = interface1.endpoints[1]; 190 usbManager.releaseInterface(pipe, interface1);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/etc/ |
H A D | dhcpd.conf.sample | 37 #################### interface1 ####################
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 141 const struct UsbRawInterface *interface1 = (*ppUsbNet)->config->interface[1]; in UsbParseConfigDescriptor() local 148 UsbParseConfigDescriptorProcess(ppUsbNet, interface1, 1); in UsbParseConfigDescriptor()
|
/ohos5.0/docs/zh-cn/contribute/template/ |
H A D | js-template.md | 369 | [Interface1](#interface1) | 返回值描述。与[方法](#方法)要求一致。 |
|
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 570 auto [result1, interface1, endpoint1, maxPktSize1] = GetEndpointInfo(config); in UsbSendPipeRequestOne() 775 auto [result1, interface1, endpoint1, maxPktSize1] = GetEndpointInfo(config); in UsbSendPipeRequestWithAshmemOne() 834 auto [result1, interface1, endpoint1, maxPktSize1] = GetEndpointInfo(config); in UsbSendPipeRequestWithAshmemThree()
|
/ohos5.0/docs/en/contribute/template/ |
H A D | js-template.md | 368 | [Interface1](#interface1) | Describe the return value. The instructions are the same as those pro…
|