Home
last modified time | relevance | path

Searched refs:OnDeviceAdded (Results 1 - 20 of 20) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_listener_adapter_impl.cpp23 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 Dark_mmi_listener_adapter_impl.h29 void OnDeviceAdded(int32_t deviceId, const ArkWebString& type) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_listener_adapter_wrapper.cpp24 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 Dark_mmi_listener_adapter_wrapper.h29 void OnDeviceAdded(int32_t deviceId, const std::string& type) override;
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/
H A Dondeviceadded_fuzzer.cpp29 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 Di_device_observer.h31 virtual void OnDeviceAdded(std::shared_ptr<IDevice>) = 0;
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/
H A Dregisterdevlistener_fuzzer.cpp26 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {};
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceremoved_fuzzer/
H A Dondeviceremoved_fuzzer.cpp30 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {};
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp72 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 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/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs51 OnDeviceAdded,
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/
H A Dmmi_adapter_impl.h31 void OnDeviceAdded(int32_t deviceId, const std::string &type) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h87 virtual void OnDeviceAdded(int32_t deviceId, const ArkWebString& type) = 0;
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp218 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 Ddevice_manager_test.h112 void OnDeviceAdded(std::shared_ptr<IDevice>) override
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice_manager.h78 void OnDeviceAdded(std::shared_ptr<IDevice> dev);
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h79 virtual void OnDeviceAdded(int32_t deviceId, const std::string& type) = 0;
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_context.h137 void OnDeviceAdded(std::shared_ptr<IDevice> dev) override;
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp74 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 Dcooperate_plugin_test.cpp849 g_observer->OnDeviceAdded(dev); in HWTEST_F()

Completed in 10 milliseconds