Home
last modified time | relevance | path

Searched refs:TryGetMachineName (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPU.cs51 … if(EmulationManager.Instance.CurrentEmulation.TryGetMachineName(machine, out machineName)) in GetCPUThreadName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs162 public bool TryGetMachineName(IMachine machine, out string name) in TryGetMachineName() method in Antmicro.Renode.Core.Emulation
498 …if(TryGetMachineForPeripheral(objAsIPeripheral, out machine) && TryGetMachineName(machine, out mac… in TryGetEmulationElementName()
519 … if(EmulationManager.Instance.CurrentEmulation.TryGetMachineName(objAsMachine, out name)) in TryGetEmulationElementName()
DMachine.cs1091 … if(EmulationManager.Instance.CurrentEmulation.TryGetMachineName(this, out var machineName)) in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs264 … if(EmulationManager.Instance.CurrentEmulation.TryGetMachineName(machine, out machineName)) in ResetMachine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs970 if(!EmulationManager.Instance.CurrentEmulation.TryGetMachineName(machine, out machName)) in DumpPacket()