Searched refs:currentEmulation (Results 1 – 2 of 2) sorted by relevance
23 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
1158 var currentEmulation = EmulationManager.Instance.CurrentEmulation; in TearDown()1159 currentEmulation.RemoveMachine(machine); in TearDown()