Home
last modified time | relevance | path

Searched refs:OnDeviceAdded (Results 1 – 13 of 13) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/
Dondeviceadded_fuzzer.cpp28 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/
Dmmi_adapter_impl_test.cpp49 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::NWeb::MMIListenerTest
125 listenerTest->OnDeviceAdded(1, "add");
155 listenerTest->OnDeviceAdded(1, "add");
/base/msdp/device_status/services/interaction/coordination/include/
Dcoordination_device_manager.h63 void OnDeviceAdded(std::shared_ptr<IDevice> device) override;
82 void OnDeviceAdded(std::shared_ptr<IDevice> device);
/base/msdp/device_status/services/context/include/
Di_device_observer.h31 virtual void OnDeviceAdded(std::shared_ptr<IDevice>) = 0;
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/
Dregisterdevlistener_fuzzer.cpp26 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/
Dondeviceremoved_fuzzer.cpp29 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::MMIListenerTest
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
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/web/webview/ohos_adapter/interfaces/
Dmmi_adapter.h49 virtual void OnDeviceAdded(int32_t deviceId, const std::string &type) = 0;
/base/msdp/device_status/services/device_manager/src/
Ddevice_manager.cpp213 OnDeviceAdded(dev); in AddDevice()
238 void DeviceManager::OnDeviceAdded(std::shared_ptr<IDevice> dev) in OnDeviceAdded() function in OHOS::Msdp::DeviceStatus::DeviceManager
256 ptr->OnDeviceAdded(dev); in OnDeviceAdded()
403 ptr->OnDeviceAdded(item.second); in OnRetriggerHotplug()
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
Dnet_packet.rs51 OnDeviceAdded, enumerator
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_device_manager.cpp318 void CoordinationDeviceManager::OnDeviceAdded(std::shared_ptr<IDevice> device) in OnDeviceAdded() function in OHOS::Msdp::DeviceStatus::CoordinationDeviceManager
358 void CoordinationDeviceManager::DeviceObserver::OnDeviceAdded(std::shared_ptr<IDevice> device) in OnDeviceAdded() function in OHOS::Msdp::DeviceStatus::CoordinationDeviceManager::DeviceObserver
360 cooDevMgr_.OnDeviceAdded(device); in OnDeviceAdded()
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/
Dmmi_adapter_impl.h31 void OnDeviceAdded(int32_t deviceId, const std::string &type) override;
/base/msdp/device_status/services/device_manager/include/
Ddevice_manager.h72 void OnDeviceAdded(std::shared_ptr<IDevice> dev);