Searched refs:TryGetLocalName (Results 1 – 4 of 4) sorted by relevance
77 bool TryGetLocalName(IPeripheral peripheral, out string name); in TryGetLocalName() method
161 …foreach(var analyzer in activeAnalyzers.Where(x => machine.TryGetLocalName(x.Backend.AnalyzableEle… in HideAnalyzersFor()
223 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.Machine1468 if(!TryGetLocalName(currentChild.Value, out name)) in TryFindSubnodeByName()1535 if(!TryGetLocalName(currentPeripheral, out localName)) in FindPaths()
1128 if(!TryGetCurrentCPU(out var cpu) || !Machine.TryGetLocalName(cpu, out var cpuName)) in DecorateWithCPUNameAndPC()