/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_mmi_listener_adapter_impl.cpp | 23 void ArkMMIListenerAdapterImpl::OnDeviceAdded(int32_t deviceId, const ArkWebString& type) in OnDeviceAdded() function in OHOS::ArkWeb::ArkMMIListenerAdapterImpl 25 real_->OnDeviceAdded(deviceId, ArkWebStringStructToClass(type)); in OnDeviceAdded()
|
H A D | ark_mmi_listener_adapter_impl.h | 29 void OnDeviceAdded(int32_t deviceId, const ArkWebString& type) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_mmi_listener_adapter_wrapper.cpp | 24 void ArkMMIListenerAdapterWrapper::OnDeviceAdded(int32_t deviceId, const std::string& type) in OnDeviceAdded() function in OHOS::ArkWeb::ArkMMIListenerAdapterWrapper 27 ctocpp_->OnDeviceAdded(deviceId, str); in OnDeviceAdded()
|
H A D | ark_mmi_listener_adapter_wrapper.h | 29 void OnDeviceAdded(int32_t deviceId, const std::string& type) override;
|
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/ |
H A D | ondeviceadded_fuzzer.cpp | 29 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {}; 44 listenerAdapterImpl->OnDeviceAdded(deviceId, type); in OnDeviceAddedFuzzTest()
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_device_observer.h | 31 virtual void OnDeviceAdded(std::shared_ptr<IDevice>) = 0;
|
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/ |
H A D | registerdevlistener_fuzzer.cpp | 26 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {};
|
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceremoved_fuzzer/ |
H A D | ondeviceremoved_fuzzer.cpp | 30 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {};
|
/base/web/webview/test/unittest/mmi_adapter/ |
H A D | mmi_adapter_impl_test.cpp | 72 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {}; 155 listenerTest->OnDeviceAdded(1, "add"); in HWTEST_F() 185 listenerTest->OnDeviceAdded(1, "add"); in HWTEST_F()
|
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
H A 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/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/ |
H A D | net_packet.rs | 51 OnDeviceAdded,
|
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/ |
H A D | mmi_adapter_impl.h | 31 void OnDeviceAdded(int32_t deviceId, const std::string &type) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_mmi_adapter.h | 87 virtual void OnDeviceAdded(int32_t deviceId, const ArkWebString& type) = 0;
|
/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 218 OnDeviceAdded(dev); in AddDevice() 243 void DeviceManager::OnDeviceAdded(std::shared_ptr<IDevice> dev) in OnDeviceAdded() function in OHOS::Msdp::DeviceStatus::DeviceManager 261 ptr->OnDeviceAdded(dev); in OnDeviceAdded() 351 ptr->OnDeviceAdded(item.second); in OnRetriggerHotplug()
|
/base/msdp/device_status/test/unittest/intention/services/include/ |
H A D | device_manager_test.h | 112 void OnDeviceAdded(std::shared_ptr<IDevice>) override
|
/base/msdp/device_status/intention/services/device_manager/include/ |
H A D | device_manager.h | 78 void OnDeviceAdded(std::shared_ptr<IDevice> dev);
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | mmi_adapter.h | 79 virtual void OnDeviceAdded(int32_t deviceId, const std::string& type) = 0;
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 137 void OnDeviceAdded(std::shared_ptr<IDevice> dev) override;
|
/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | cooperate_context.cpp | 74 void HotplugObserver::OnDeviceAdded(std::shared_ptr<IDevice> dev) in OnDeviceAdded() function in OHOS::Msdp::DeviceStatus::Cooperate::HotplugObserver
|
/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 849 g_observer->OnDeviceAdded(dev); in HWTEST_F()
|