Home
last modified time | relevance | path

Searched refs:FuncAdapterGetConfigDescriptor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/mock/include/
H A Dmock_linux_adapter.h27 int32_t FuncAdapterGetConfigDescriptor(const UsbDevice *dev, uint8_t configIndex, void *buffer, siz…
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_device_auto_test.cpp63 osAdapterOps->getConfigDescriptor = FuncAdapterGetConfigDescriptor; in SetUpTestCase()
H A Dmock_linux_adapter.cpp283 int32_t FuncAdapterGetConfigDescriptor(const UsbDevice *dev, uint8_t configIndex, void *buffer, siz… in FuncAdapterGetConfigDescriptor() function
H A Dusbd_request_auto_test.cpp94 osAdapterOps->getConfigDescriptor = FuncAdapterGetConfigDescriptor; in SetUpTestCase()
H A Dusbd_transfer_auto_test.cpp118 osAdapterOps->getConfigDescriptor = FuncAdapterGetConfigDescriptor; in SetUpTestCase()