Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/
H A Dusb_fuzzer.cpp71 sptr<UsbInterfaceStub> interfaceStub = new UsbInterfaceStub(usbInterface); in DoSomethingInterestingWithMyAPI() local
72 if (interfaceStub == nullptr) { in DoSomethingInterestingWithMyAPI()
76 interfaceStub->OnRemoteRequest(code, data, reply, option); in DoSomethingInterestingWithMyAPI()