Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMachCommand.cs59 SetCurrentMachine(machines[number.Value]); in Run()
79 SetCurrentMachine(machine); in Run()
88 SetCurrentMachine(machineToSet); in Run()
99 SetCurrentMachine(null); in Run()
105 SetCurrentMachine(machine); in Run()
116 SetCurrentMachine(null); in Run()
121 SetCurrentMachine(machine); in Run()
127 private readonly Action<IMachine> SetCurrentMachine; field in Antmicro.Renode.UserInterface.Commands.MachCommand
133 SetCurrentMachine = setCurrentMachine; in MachCommand()
DQuitCommand.cs23 SetCurrentMachine(null); in Run()
28 private Action<Machine> SetCurrentMachine; field in Antmicro.Renode.UserInterface.Commands.QuitCommand
33 SetCurrentMachine = setCurrentMachine; in QuitCommand()