Home
last modified time | relevance | path

Searched refs:OnConnectionDetached (Results 1 – 6 of 6) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedUART.cs75 public override void OnConnectionDetached(CoSimulationConnection connection) in OnConnectionDetached() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedUART
78 base.OnConnectionDetached(connection); in OnConnectionDetached()
DCoSimulatedCPU.cs172 public virtual void OnConnectionDetached(CoSimulationConnection connection) in OnConnectionDetached() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU
DCoSimulatedCFU.cs45 public virtual void OnConnectionDetached(CoSimulationConnection connection) in OnConnectionDetached() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCFU
DCoSimulatedPeripheral.cs92 public virtual void OnConnectionDetached(CoSimulationConnection connection) in OnConnectionDetached() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DICoSimulationConnectible.cs15 void OnConnectionDetached(CoSimulationConnection connection); in OnConnectionDetached() method
DCoSimulationConnection.cs92 peripheral.OnConnectionDetached(this); in DetachFrom()