Searched refs:usbGetDeviceDescriptorReturnValue (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/ |
| D | usbddk.cpp | 565 int32_t usbGetDeviceDescriptorReturnValue = OH_Usb_GetDeviceDescriptor(deviceId, &devDesc); in UsbSendPipeRequestOne() local 566 …NAPI_ASSERT(env, usbGetDeviceDescriptorReturnValue == PARAM_0, "OH_Usb_GetDeviceDescriptor failed"… in UsbSendPipeRequestOne() 601 int32_t usbGetDeviceDescriptorReturnValue = OH_Usb_GetDeviceDescriptor(deviceId, &devDesc); in UsbSendPipeRequestTwo() local 602 …NAPI_ASSERT(env, usbGetDeviceDescriptorReturnValue == PARAM_0, "OH_Usb_GetDeviceDescriptor failed"… in UsbSendPipeRequestTwo() 634 int32_t usbGetDeviceDescriptorReturnValue = OH_Usb_GetDeviceDescriptor(deviceId, &devDesc); in UsbSendPipeRequestThree() local 635 …NAPI_ASSERT(env, usbGetDeviceDescriptorReturnValue == PARAM_0, "OH_Usb_GetDeviceDescriptor failed"… in UsbSendPipeRequestThree() 666 int32_t usbGetDeviceDescriptorReturnValue = OH_Usb_GetDeviceDescriptor(deviceId, &devDesc); in UsbSendPipeRequestFour() local 667 …NAPI_ASSERT(env, usbGetDeviceDescriptorReturnValue == PARAM_0, "OH_Usb_GetDeviceDescriptor failed"… in UsbSendPipeRequestFour() 698 int32_t usbGetDeviceDescriptorReturnValue = OH_Usb_GetDeviceDescriptor(deviceId, &devDesc); in UsbCreateDeviceMemMapOne() local 699 …NAPI_ASSERT(env, usbGetDeviceDescriptorReturnValue == PARAM_0, "OH_Usb_GetDeviceDescriptor failed"… in UsbCreateDeviceMemMapOne() [all …]
|