Home
last modified time | relevance | path

Searched defs:configIndex (Results 1 – 19 of 19) 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()
H A Dusb_impl_mock.cpp113 int32_t UsbImplMock::GetConfig(const UsbDev &dev, uint8_t &configIndex) in GetConfig()
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_request_test.cpp116 uint8_t configIndex = INDEX_1; variable
132 uint8_t configIndex = INDEX_1; variable
148 uint8_t configIndex = INDEX_1; variable
164 uint8_t configIndex = INDEX_INVALID; variable
183 uint8_t configIndex = INDEX_1; variable
199 uint8_t configIndex = INDEX_INVALID; variable
215 uint8_t configIndex = INDEX_INVALID; variable
249 uint8_t configIndex = INDEX_1; variable
265 uint8_t configIndex = INDEX_1; variable
281 uint8_t configIndex = INDEX_1; variable
[all …]
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_request_auto_test.cpp128 uint8_t configIndex = INDEX_1; variable
143 uint8_t configIndex = INDEX_1; variable
158 uint8_t configIndex = INDEX_1; variable
173 uint8_t configIndex = INDEX_INVALID; variable
191 uint8_t configIndex = INDEX_1; variable
206 uint8_t configIndex = INDEX_INVALID; variable
221 uint8_t configIndex = INDEX_INVALID; variable
253 uint8_t configIndex = INDEX_1; variable
268 uint8_t configIndex = INDEX_1; variable
283 uint8_t configIndex = INDEX_1; variable
[all …]
H A Dmock_linux_adapter.cpp283 int32_t FuncAdapterGetConfigDescriptor(const UsbDevice *dev, uint8_t configIndex, void *buffer, siz… in FuncAdapterGetConfigDescriptor()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp58 for (int32_t configIndex = 0; configIndex < configCount; configIndex++) { in isPrintDevice() local
173 int32_t configIndex = index.first; in AllocateInterface() local
197 int32_t configIndex = tranIndex.commonConfigIndex; in AllocateInterface() local
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_ddk_api.cpp77 uint64_t deviceId, uint8_t configIndex, struct UsbDdkConfigDescriptor ** const config) in OH_Usb_GetConfigDescriptor()
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp1224 uint8_t configIndex = config.GetiConfiguration(); variable
1240 uint8_t configIndex = config.GetiConfiguration(); variable
1259 uint8_t configIndex = config.GetiConfiguration(); variable
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_request_test.cpp119 uint8_t configIndex = INDEX_1; in BENCHMARK_F() local
143 uint8_t configIndex = INDEX_1; in BENCHMARK_F() local
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_dev_subscriber.cpp80 uint8_t configIndex; in GetInterfaceDescriptor() local
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_interface.h190 uint8_t configIndex; member
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c84 const UsbRawDevice *rawDev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config) in UsbRawGetConfigDescriptor()
H A Dusb_raw_api_library.c237 const UsbRawHandle *rawHandle, uint8_t configIndex, uint8_t *configDesc, uint32_t configDescLen) in GetRawConfigDescriptor()
1226 const struct UsbDevice *dev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config) in RawGetConfigDescriptor()
H A Dlinux_adapter.c1012 static int32_t AdapterGetConfigDescriptor(const struct UsbDevice *dev, uint8_t configIndex, void *b… in AdapterGetConfigDescriptor()
H A Dliteos_adapter.c1191 static int32_t AdapterGetConfigDescriptor(const struct UsbDevice *dev, uint8_t configIndex, void *b… in AdapterGetConfigDescriptor()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp752 int32_t UsbService::SetActiveConfig(uint8_t busNum, uint8_t devAddr, uint8_t configIndex) in SetActiveConfig()
766 int32_t UsbService::GetActiveConfig(uint8_t busNum, uint8_t devAddr, uint8_t &configIndex) in GetActiveConfig()
1947 uint8_t configIndex = 0; in ManageGlobalInterfaceImpl() local
1984 uint8_t configIndex = 0; in ManageDeviceImpl() local
2020 uint8_t configIndex = 0; in ManageInterfaceTypeImpl() local
/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()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp851 int32_t UsbServerProxy::SetActiveConfig(uint8_t busNum, uint8_t devAddr, uint8_t configIndex) in SetActiveConfig()
873 int32_t UsbServerProxy::GetActiveConfig(uint8_t busNum, uint8_t devAddr, uint8_t &configIndex) in GetActiveConfig()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1259 int32_t UsbImpl::SetConfig(const UsbDev &dev, uint8_t configIndex) in SetConfig()
1314 int32_t UsbImpl::GetConfig(const UsbDev &dev, uint8_t &configIndex) in GetConfig()