Searched refs:usbGetConfigDescriptorReturnValue (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/ |
| D | usbddk.cpp | 568 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, configIndex, &con… in UsbSendPipeRequestOne() local 569 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestOne() 604 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, configIndex, &con… in UsbSendPipeRequestTwo() local 605 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestTwo() 637 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, configIndex, &con… in UsbSendPipeRequestThree() local 638 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestThree() 669 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, configIndex, &con… in UsbSendPipeRequestFour() local 670 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestFour() 701 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, configIndex, &con… in UsbCreateDeviceMemMapOne() local 702 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbCreateDeviceMemMapOne() [all …]
|