Home
last modified time | relevance | path

Searched refs:ReplaceConnectionWay (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DMultiTreeNode.cs109 public void ReplaceConnectionWay(TConnectionWay oldValue, TConnectionWay newValue) in ReplaceConnectionWay() method in Antmicro.Renode.Utilities.Collections.MultiTreeNode
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1754 registeredPeripherals.GetNode(parent).ReplaceConnectionWay(oldPoint, newPoint); in ExchangeRegistrationPointForPeripheral()