Home
last modified time | relevance | path

Searched refs:IHostMachineElement (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DHostMachine.cs21 public class HostMachine : IExternal, IHasChildren<IHostMachineElement>, IDisposable
25 hostEmulationElements = new Dictionary<string, IHostMachineElement>(); in HostMachine()
28 public void AddHostMachineElement(IHostMachineElement element, string name) in AddHostMachineElement()
55 public void RemoveHostMachineElement(IHostMachineElement element) in RemoveHostMachineElement()
79 public IHostMachineElement TryGetByName(string name, out bool success) in TryGetByName()
81 IHostMachineElement value; in TryGetByName()
86 public bool TryGetName(IHostMachineElement element, out string name) in TryGetName()
118 private readonly Dictionary<string, IHostMachineElement> hostEmulationElements;
DIHostMachineElement.cs10 public interface IHostMachineElement : IEmulationElement interface
DEmulation.cs535 var objAsIHostMachineElement = obj as IHostMachineElement; in TryGetEmulationElementName()
582 IHostMachineElement hostMachineElement; in TryGetEmulationElementByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DITapInterface.cs13 public interface ITapInterface : IMACInterface, IHostMachineElement, IDisposable
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSpiHost.cs31 public class SpiHost : IHostMachineElement
DI2CHost.cs30 public class I2CHost : IHostMachineElement
DHPSHostController.cs33 public class HPSHostController : IHostMachineElement
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs31 public class HostCamera : IHostMachineElement
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs51 public class USBIPServer : SimpleContainerBase<IUSBDevice>, IHostMachineElement, IDisposable
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs866 IHostMachineElement @interface; in ConvertValue()