/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/ondeviceadded_fuzzer/ |
D | ondeviceadded_fuzzer.cpp | 28 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/ |
D | mmi_adapter_impl_test.cpp | 49 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/ |
D | coordination_device_manager.h | 63 void OnDeviceAdded(std::shared_ptr<IDevice> device) override; 82 void OnDeviceAdded(std::shared_ptr<IDevice> device);
|
/base/msdp/device_status/services/context/include/ |
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/ |
D | registerdevlistener_fuzzer.cpp | 26 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/ |
D | ondeviceremoved_fuzzer.cpp | 29 void OnDeviceAdded(int32_t deviceId, const std::string &type) override {}; in OnDeviceAdded() function in OHOS::MMIListenerTest
|
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
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/web/webview/ohos_adapter/interfaces/ |
D | mmi_adapter.h | 49 virtual void OnDeviceAdded(int32_t deviceId, const std::string &type) = 0;
|
/base/msdp/device_status/services/device_manager/src/ |
D | device_manager.cpp | 213 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/ |
D | net_packet.rs | 51 OnDeviceAdded, enumerator
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | coordination_device_manager.cpp | 318 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/ |
D | mmi_adapter_impl.h | 31 void OnDeviceAdded(int32_t deviceId, const std::string &type) override;
|
/base/msdp/device_status/services/device_manager/include/ |
D | device_manager.h | 72 void OnDeviceAdded(std::shared_ptr<IDevice> dev);
|