Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/
Dondeviceadded_fuzzer.cpp28 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::MMIListenerTest
43 listenerAdapterImpl->OnDeviceAdded(deviceId, type); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/unittest/mmi_adapter/
Dmmi_adapter_impl_test.cpp49 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::NWeb::MMIListenerTest
117 listenerTest->OnDeviceAdded(1, "add");
147 listenerTest->OnDeviceAdded(1, "add");
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
Dmmi_adapter_impl.cpp33 void MMIListenerAdapterImpl::OnDeviceAdded(int32_t deviceId, const std::string &type) in OnDeviceAdded() function in OHOS::NWeb::MMIListenerAdapterImpl
36 listener_->OnDeviceAdded(deviceId, type); in OnDeviceAdded()
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/
Dregisterdevlistener_fuzzer.cpp26 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::MMIListenerTest
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceremoved_fuzzer/
Dondeviceremoved_fuzzer.cpp29 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::MMIListenerTest
/base/web/webview/ohos_adapter/interfaces/
Dmmi_adapter.h35 virtual void OnDeviceAdded(int32_t deviceId, const std::string &type) = 0;
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/
Dmmi_adapter_impl.h31 void OnDeviceAdded(int32_t deviceId, const std::string &type) override;