Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/unittest/mock/include/
H A Dmock_linux_adapter.h31 int32_t FuncAdapterReleaseInterface(const UsbDeviceHandle *handle, uint32_t interfaceNumber);
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_device_auto_test.cpp72 osAdapterOps->releaseInterface = FuncAdapterReleaseInterface; in SetUpTestCase()
H A Dmock_linux_adapter.cpp357 int32_t FuncAdapterReleaseInterface(const UsbDeviceHandle *handle, uint32_t interfaceNumber) in FuncAdapterReleaseInterface() function
H A Dusbd_request_auto_test.cpp104 osAdapterOps->releaseInterface = FuncAdapterReleaseInterface; in SetUpTestCase()
H A Dusbd_transfer_auto_test.cpp127 osAdapterOps->releaseInterface = FuncAdapterReleaseInterface; in SetUpTestCase()