Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/test/fuzztest/hidddk_fuzzer/
H A Dhidddk_fuzzer.cpp67 sptr<IHidDdk> hidDdkInterface = IHidDdk::Get(false); in DoSomethingInterestingWithMyAPI() local
68 if (hidDdkInterface == nullptr) { in DoSomethingInterestingWithMyAPI()
72 sptr<HidDdkStub> hidDdk = new HidDdkStub(hidDdkInterface); in DoSomethingInterestingWithMyAPI()