Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/unittest/mock/include/
H A Dmock_linux_adapter.h28 int32_t FuncAdapterGetConfiguration(const UsbDeviceHandle *handle, uint8_t *activeConfig);
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_device_auto_test.cpp62 osAdapterOps->getConfiguration = FuncAdapterGetConfiguration; in SetUpTestCase()
H A Dmock_linux_adapter.cpp321 int32_t FuncAdapterGetConfiguration(const UsbDeviceHandle *handle, uint8_t *activeConfig) in FuncAdapterGetConfiguration() function
H A Dusbd_request_auto_test.cpp93 osAdapterOps->getConfiguration = FuncAdapterGetConfiguration; in SetUpTestCase()
H A Dusbd_transfer_auto_test.cpp117 osAdapterOps->getConfiguration = FuncAdapterGetConfiguration; in SetUpTestCase()