Home
last modified time | relevance | path

Searched defs:GetConfigDescriptor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H A Dusb_ddk_service_mock.cpp27 int32_t UsbDdkServiceMock::GetConfigDescriptor(uint64_t deviceId, uint8_t configIndex, std::vector<… in GetConfigDescriptor() function in OHOS::USB::UsbDdkServiceMock
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp170 int32_t UsbDdkService::GetConfigDescriptor(uint64_t deviceId, uint8_t configIndex, std::vector<uint… in GetConfigDescriptor() function in OHOS::HDI::Usb::Ddk::V1_0::UsbDdkService
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_request_test.cpp266 BENCHMARK_F(HdfUsbdBenchmarkRequestTest, GetConfigDescriptor)(benchmark::State& state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c205 static int32_t GetConfigDescriptor(const struct UsbDevice *dev, uint8_t configIdx, uint8_t *buffer,… in GetConfigDescriptor() function
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1187 int32_t UsbImpl::GetConfigDescriptor(const UsbDev &dev, uint8_t descId, std::vector<uint8_t> &descr… in GetConfigDescriptor() function in OHOS::HDI::Usb::V1_1::UsbImpl
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1019 int32_t UsbService::GetConfigDescriptor(UsbDevice &dev, std::vector<uint8_t> &descriptor) in GetConfigDescriptor() function in OHOS::USB::UsbService