Home
last modified time | relevance | path

Searched refs:FuncAdapterSetConfiguration (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/mock/include/
H A Dmock_linux_adapter.h29 int32_t FuncAdapterSetConfiguration(UsbDeviceHandle *handle, int32_t activeConfig);
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp340 int32_t FuncAdapterSetConfiguration(UsbDeviceHandle *handle, int32_t activeConfig) in FuncAdapterSetConfiguration() function
H A Dusbd_request_auto_test.cpp103 osAdapterOps->setConfiguration = FuncAdapterSetConfiguration; in SetUpTestCase()