Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs275 Parse(line, Interaction); in ResetMachine()
469 writer = Interaction; in Parse()
543 writer = Interaction; in TryCompilePlugin()
603 writer = Interaction; in TryLoadPlatform()
623 writer = Interaction; in TryExecuteScript()
688 return pythonRunner.ExecutePythonCommand(command, Interaction); in ExecutePythonCommand()
1170 public ICommandInteraction Interaction { get; set; } property in Antmicro.Renode.UserInterface.Monitor
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCommandLineInterface.cs215 monitor.Interaction = shell.Writer; in PrepareShell()