/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_mmi_listener_adapter_impl.cpp | 28 void ArkMMIListenerAdapterImpl::OnDeviceRemoved(int32_t deviceId, const ArkWebString& type) in OnDeviceRemoved() function in OHOS::ArkWeb::ArkMMIListenerAdapterImpl 30 real_->OnDeviceRemoved(deviceId, ArkWebStringStructToClass(type)); in OnDeviceRemoved()
|
H A D | ark_mmi_listener_adapter_impl.h | 31 void OnDeviceRemoved(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 | 31 void ArkMMIListenerAdapterWrapper::OnDeviceRemoved(int32_t deviceId, const std::string& type) in OnDeviceRemoved() function in OHOS::ArkWeb::ArkMMIListenerAdapterWrapper 34 ctocpp_->OnDeviceRemoved(deviceId, str); in OnDeviceRemoved()
|
H A D | ark_mmi_listener_adapter_wrapper.h | 30 void OnDeviceRemoved(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 | 31 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override {}; 45 listenerAdapterImpl->OnDeviceRemoved(deviceId, type); in OnDeviceRemovedFuzzTest()
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_device_observer.h | 32 virtual void OnDeviceRemoved(std::shared_ptr<IDevice>) = 0;
|
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/ |
H A D | registerdevlistener_fuzzer.cpp | 27 void OnDeviceRemoved(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 | 30 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override {};
|
/base/web/webview/test/unittest/mmi_adapter/ |
H A D | mmi_adapter_impl_test.cpp | 73 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override {}; 156 listenerTest->OnDeviceRemoved(1, "remove"); in HWTEST_F() 186 listenerTest->OnDeviceRemoved(1, "remove"); in HWTEST_F()
|
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
H A D | mmi_adapter_impl.cpp | 40 void MMIListenerAdapterImpl::OnDeviceRemoved(int32_t deviceId, const std::string& type) in OnDeviceRemoved() function in OHOS::NWeb::MMIListenerAdapterImpl 43 listener_->OnDeviceRemoved(deviceId, type); in OnDeviceRemoved()
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/ |
H A D | net_packet.rs | 52 OnDeviceRemoved,
|
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/ |
H A D | mmi_adapter_impl.h | 33 void OnDeviceRemoved(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 | 90 virtual void OnDeviceRemoved(int32_t deviceId, const ArkWebString& type) = 0;
|
/base/msdp/device_status/test/unittest/intention/services/include/ |
H A D | device_manager_test.h | 116 void OnDeviceRemoved(std::shared_ptr<IDevice>) override
|
/base/msdp/device_status/intention/services/device_manager/include/ |
H A D | device_manager.h | 77 void OnDeviceRemoved(std::shared_ptr<IDevice> dev);
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | mmi_adapter.h | 80 virtual void OnDeviceRemoved(int32_t deviceId, const std::string& type) = 0;
|
/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 235 OnDeviceRemoved(dev); in RemoveDevice() 265 void DeviceManager::OnDeviceRemoved(std::shared_ptr<IDevice> dev) in OnDeviceRemoved() function in OHOS::Msdp::DeviceStatus::DeviceManager 270 ptr->OnDeviceRemoved(dev); in OnDeviceRemoved()
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 138 void OnDeviceRemoved(std::shared_ptr<IDevice> dev) override;
|
/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | cooperate_context.cpp | 89 void HotplugObserver::OnDeviceRemoved(std::shared_ptr<IDevice> dev) in OnDeviceRemoved() function in OHOS::Msdp::DeviceStatus::Cooperate::HotplugObserver
|
/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 865 g_observer->OnDeviceRemoved(dev); in HWTEST_F()
|