Home
last modified time | relevance | path

Searched refs:TryGetLocalName (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs77 bool TryGetLocalName(IPeripheral peripheral, out string name); in TryGetLocalName() method
DBackendManager.cs161 …foreach(var analyzer in activeAnalyzers.Where(x => machine.TryGetLocalName(x.Backend.AnalyzableEle… in HideAnalyzersFor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs223 TryGetLocalName(currentNode.Value, out localName); in GetRegisteredPeripherals()
274 if(!TryGetLocalName(peripheral, out result)) in GetLocalName()
282 public bool TryGetLocalName(IPeripheral peripheral, out string name) in TryGetLocalName() method in Antmicro.Renode.Core.Machine
1468 if(!TryGetLocalName(currentChild.Value, out name)) in TryFindSubnodeByName()
1535 if(!TryGetLocalName(currentPeripheral, out localName)) in FindPaths()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1128 if(!TryGetCurrentCPU(out var cpu) || !Machine.TryGetLocalName(cpu, out var cpuName)) in DecorateWithCPUNameAndPC()