Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWireshark.cs23 currentEmulation = EmulationManager.Instance.CurrentEmulation; in Wireshark()
25 currentEmulation.MachineRemoved += OnMachineRemoved; in Wireshark()
215 currentEmulation.MachineRemoved -= OnMachineRemoved; in OnMachineRemoved()
217 currentEmulation.HostMachine.RemoveHostMachineElement(this); in OnMachineRemoved()
264 private Emulation currentEmulation; field in Antmicro.Renode.Plugins.WiresharkPlugin.Wireshark
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DMergeAndCreationTests.cs1158 var currentEmulation = EmulationManager.Instance.CurrentEmulation; in TearDown()
1159 currentEmulation.RemoveMachine(machine); in TearDown()