Home
last modified time | relevance | path

Searched refs:OnDeviceRemoved (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.cpp28 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 Dark_mmi_listener_adapter_impl.h31 void OnDeviceRemoved(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.cpp31 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 Dark_mmi_listener_adapter_wrapper.h30 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override;
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceremoved_fuzzer/
H A Dondeviceremoved_fuzzer.cpp31 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 Di_device_observer.h32 virtual void OnDeviceRemoved(std::shared_ptr<IDevice>) = 0;
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/
H A Dregisterdevlistener_fuzzer.cpp27 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override {};
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/
H A Dondeviceadded_fuzzer.cpp30 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override {};
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp73 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 Dmmi_adapter_impl.cpp40 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 Dnet_packet.rs52 OnDeviceRemoved,
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/
H A Dmmi_adapter_impl.h33 void OnDeviceRemoved(int32_t deviceId, const std::string &type) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h90 virtual void OnDeviceRemoved(int32_t deviceId, const ArkWebString& type) = 0;
/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h116 void OnDeviceRemoved(std::shared_ptr<IDevice>) override
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice_manager.h77 void OnDeviceRemoved(std::shared_ptr<IDevice> dev);
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h80 virtual void OnDeviceRemoved(int32_t deviceId, const std::string& type) = 0;
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp235 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 Dcooperate_context.h138 void OnDeviceRemoved(std::shared_ptr<IDevice> dev) override;
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp89 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 Dcooperate_plugin_test.cpp865 g_observer->OnDeviceRemoved(dev); in HWTEST_F()

Completed in 11 milliseconds