Searched refs:usbGetConfigDescriptorReturnValue (Results 1 – 1 of 1) sorted by relevance
| /drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
| D | usb_ddk_ndk_test.cpp | 568 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, g_configIndex, &c… in UsbSendPipeRequestOne() local 569 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestOne() 604 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, g_configIndex, &c… in UsbSendPipeRequestTwo() local 605 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestTwo() 637 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, g_configIndex, &c… in UsbSendPipeRequestThree() local 638 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestThree() 665 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, g_configIndex, &c… in UsbSendPipeRequestFour() local 666 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbSendPipeRequestFour() 697 …int32_t usbGetConfigDescriptorReturnValue = OH_Usb_GetConfigDescriptor(deviceId, g_configIndex, &c… in UsbCreateDeviceMemMapOne() local 698 …NAPI_ASSERT(env, usbGetConfigDescriptorReturnValue == PARAM_0, "OH_Usb_GetConfigDescriptor failed"… in UsbCreateDeviceMemMapOne() [all …]
|