Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs263 return GetMonitorInfo(node.GetType()).AllNames; in GetObjectSuggestions()
411 var devInfo = GetMonitorInfo(deviceType); in ProcessDeviceAction()
429 var nodeInfo = GetMonitorInfo(e.Type); in ProcessDeviceAction()
768 public MonitorInfo GetMonitorInfo(Type device) in GetMonitorInfo() method in Antmicro.Renode.UserInterface.Monitor
DMonitor.cs1090 var info = GetMonitorInfo(typeof(EmulationManager)); in IsNameAvailableInEmulationManager()