Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
H A Dusbddk_fuzzer.cpp67 sptr<IUsbDdk> usbDdkInterface = IUsbDdk::Get(false); in DoSomethingInterestingWithMyAPI() local
68 if (usbDdkInterface == nullptr) { in DoSomethingInterestingWithMyAPI()
72 sptr<UsbDdkStub> usbDdk = new UsbDdkStub(usbDdkInterface); in DoSomethingInterestingWithMyAPI()