Searched refs:OnDeviceAdded (Results 1 – 7 of 7) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/ |
D | ondeviceadded_fuzzer.cpp | 28 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/ |
D | mmi_adapter_impl_test.cpp | 49 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/ |
D | mmi_adapter_impl.cpp | 33 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/ |
D | registerdevlistener_fuzzer.cpp | 26 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/ |
D | ondeviceremoved_fuzzer.cpp | 29 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::MMIListenerTest
|
/base/web/webview/ohos_adapter/interfaces/ |
D | mmi_adapter.h | 35 virtual void OnDeviceAdded(int32_t deviceId, const std::string &type) = 0;
|
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/ |
D | mmi_adapter_impl.h | 31 void OnDeviceAdded(int32_t deviceId, const std::string &type) override;
|