Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/
H A Dondeviceadded_fuzzer.cpp38 auto listenerAdapterImpl = std::make_shared<MMIListenerAdapterImpl>(listener); in OnDeviceAddedFuzzTest() local
44 listenerAdapterImpl->OnDeviceAdded(deviceId, type); in OnDeviceAddedFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceremoved_fuzzer/
H A Dondeviceremoved_fuzzer.cpp39 auto listenerAdapterImpl = std::make_shared<MMIListenerAdapterImpl>(listener); in OnDeviceRemovedFuzzTest() local
45 listenerAdapterImpl->OnDeviceRemoved(deviceId, type); in OnDeviceRemovedFuzzTest()
/ohos5.0/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp222 MMIInputListenerAdapterImpl listenerAdapterImpl(nullptr);
223 listenerAdapterImpl.OnInputEvent(keyEvent);