Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputkit_fuzzer/
H A Ddistributed_input_kit_fuzzer.cpp127 OHOS::sptr<TestStartDInputCallback> startCb(new (std::nothrow) TestStartDInputCallback()); in StartRemoteInputFuzzTest() local
129 DistributedInput::DistributedInputKit::StartRemoteInput(sinkId, inputTypes, startCb); in StartRemoteInputFuzzTest()
130 DistributedInput::DistributedInputKit::StartRemoteInput(srcId, sinkId, inputTypes, startCb); in StartRemoteInputFuzzTest()
163 OHOS::sptr<TestStartDInputCallback> startCb(new (std::nothrow) TestStartDInputCallback()); in StopRemoteInputFuzzTest() local